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

32 lines
539 B
SCSS
Raw Normal View History

@media (max-width: 768px) {
2020-07-29 17:04:19 +02:00
.dynamic-form-editor {
.form-container {
padding: 0px;
}
}
}
2019-10-22 14:46:48 +02:00
.form-container {
2018-11-29 13:26:18 +01:00
}
2017-11-13 17:19:43 +01:00
.intro {
text-align: left;
font-weight: 400;
letter-spacing: 0px;
color: #212121;
opacity: 1;
margin: 3rem 0rem 3rem 0rem;
}
2019-10-22 14:46:48 +02:00
.dynamic-form-editor {
2020-07-29 17:04:19 +02:00
mat-vertical-stepper {
background-color: #ffffff;
}
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
2023-02-10 14:08:23 +01:00
background-color: var(--primary-color) !important;
}