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

26 lines
486 B
SCSS

.dynamic-form-section {
.expansion-panel {
// background-color: #eeeeee54;
background-color: white;
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;
}
::ng-deep .mat-expansion-panel-header {
height: auto !important;
min-height: 48px;
}