refactoring allStyles styleStyle -> style-style

This commit is contained in:
2024-02-09 18:17:15 +03:00
parent 81d2ee4098
commit af07631abe
93 changed files with 751 additions and 703 deletions

View File

@ -226,7 +226,7 @@
}
}
.selectDays {
.select-days {
border-style: dashed !important;
&:hover {
@ -234,7 +234,7 @@
}
}
.selectedDay {
.selected-day {
background-color: #edf1ff !important;
&:hover {
@ -267,7 +267,7 @@
pointer-events: none;
}
.selectDateRange {
.select-date-range {
display: flex;
align-items: center;
column-gap: 16px;
@ -293,7 +293,7 @@
}
@media (max-width: 575.98px) {
.selectDateRange {
.select-date-range {
font-size: 14px;
text-align: center;
column-gap: 8px;