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

27 lines
447 B
SCSS

@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;
}
.calendar {
margin-top: 1em;
}
.text-date-list {
margin-top: 1em;
}
.date-input-selector {
padding: 0.25rem 1rem;
}
.hide-back-button {
p-calendar {
.p-datepicker-prev {
display: none !important;
}
}
}