Styling updates
This commit is contained in:
parent
890f50c18e
commit
6c4ea262b1
1 changed files with 3 additions and 3 deletions
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__track {
|
&__track {
|
||||||
gap: 0.5rem;
|
gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__day-card {
|
&__day-card {
|
||||||
|
|
@ -268,8 +268,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__day-abbr {
|
&__day-abbr {
|
||||||
font-family: $font-family-sans-serif-semibold;
|
font-family: $font-family-sans-serif-bold;
|
||||||
font-size: $font-size-12;
|
font-size: $font-size-14;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue