argos/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-section/form-section.component.scss

21 lines
346 B
SCSS

.dynamic-form-section {
.expansion-panel {
background-color: #eeeeee54;
margin-bottom: 1em;
}
.addOneFieldButton {
margin-top: -15px;
margin-left: -11px;
}
}
.styleBorder{
border: 0.2em solid lightgray;
border-radius: 0.5em;
margin-bottom: 0.5em;
}
.mat-expansion-panel-header-description{
padding-bottom: 18px;
color: black;
}