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 {
|
.first-of-month {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
color: $blue;
|
color: $gray-600;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.current-day {
|
||||||
|
&.selectable-day {
|
||||||
|
+ .first-of-month {
|
||||||
|
color: $blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -383,7 +391,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.future-day {
|
&.future-day {
|
||||||
color: $gray-550;
|
color: $gray-600;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue