WIP CSS updates.

This commit is contained in:
Bryan Mauger 2022-10-11 16:55:08 -04:00
parent 71f4dcc663
commit 532d1e663a

View file

@ -341,11 +341,19 @@ export default {
.first-of-month {
position: absolute;
font-size: 9px;
color: $blue;
color: $gray-600;
top: 0;
z-index: 1;
}
.current-day {
&.selectable-day {
+ .first-of-month {
color: $blue;
}
}
}
label {
position: relative;
cursor: pointer;
@ -383,7 +391,7 @@ export default {
}
&.future-day {
color: $gray-550;
color: $gray-600;
background-color: transparent;
border: 1px solid transparent;
}