Merge pull request #2508 from Safelite/CASH-429-schedule-page-updates

CASH-429 style updates for calendar.
This commit is contained in:
bmauger 2025-05-13 14:49:47 -04:00 committed by GitHub
commit a88aecdc9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1042,6 +1042,9 @@ export default {
min-width: 3rem;
width: 3rem;
}
&:hover {
border: 2px solid $blue;
}
}
}
&.unavailable-day {
@ -1083,7 +1086,6 @@ export default {
}
input[type="radio"]:checked + label:after {
background-color: $black;
top: 2rem;
}
}
}