openaire-library/dashboard/plugins/wrapper/edit-plugin.css

10 lines
172 B
CSS

.pluginEditMode{
border:2px solid grey;
padding:10px;
}
:host ::ng-deep .fieldEditMode{
border:1px dashed lightblue;
padding:1px;
margin-bottom: 5px;
}