CASH-429 style updates for calendar.

This commit is contained in:
Bryan Mauger 2025-05-13 14:38:26 -04:00
parent 3d38c046b1
commit 92955e34a1

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;
}
}
}