Merge pull request #2508 from Safelite/CASH-429-schedule-page-updates
CASH-429 style updates for calendar.
This commit is contained in:
commit
a88aecdc9a
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue