funky-framadate-front/src/app/features/administration/form/steps/step-three/step-three.component.scss

27 lines
447 B
SCSS
Raw Normal View History

2021-11-07 14:52:49 +01:00
@import '../../../../../../styles/variables';
.ui-datepicker table td.ui-datepicker-today > a.ui-state-active,
.ui-datepicker table td.ui-datepicker-today > span.ui-state-active {
background-color: $primary-color !important;
}
2021-11-07 14:52:49 +01:00
.calendar {
margin-top: 1em;
}
.text-date-list {
margin-top: 1em;
2021-11-17 15:36:45 +01:00
}
2022-02-09 15:56:34 +01:00
.date-input-selector {
padding: 0.25rem 1rem;
2022-02-09 15:56:34 +01:00
}
.hide-back-button {
p-calendar {
.p-datepicker-prev {
display: none !important;
}
}
}