WIP CSS updates.
This commit is contained in:
parent
71f4dcc663
commit
532d1e663a
1 changed files with 10 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue