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

26 lines
486 B
SCSS
Raw Normal View History

2018-11-29 13:26:18 +01:00
.dynamic-form-section {
.expansion-panel {
2020-07-29 17:04:19 +02:00
// background-color: #eeeeee54;
background-color: white;
margin-bottom: 1em;
}
.addOneFieldButton {
margin-top: -15px;
margin-left: -11px;
}
2018-11-29 13:26:18 +01:00
}
.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;
}