argos/dmp-frontend/src/app/ui/misc/dataset-description-form/dataset-description.compone...

31 lines
834 B
SCSS

@media (max-width: 768px) {
.dynamic-form-editor {
.form-container {
padding: 0px;
}
}
}
.form-container {
}
.dynamic-form-editor {
mat-vertical-stepper {
background-color: #ffffff;
}
}
// ::ng-deep .mat-form-field-flex > .mat-form-field-infix {padding: 0.4em 0px !important;}
::ng-deep .mat-form-field-label-wrapper { top: -1.5em; }
::ng-deep .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
transform: translateY(-1.1em) scale(.75);
width: 133.33333%;
}
::ng-deep .mat-form-field-appearance-outline .mat-form-field-outline {background: #fafafa !important;}
::ng-deep .mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
background-color: #129D99 !important;
}