WIP code cleanup.
This commit is contained in:
parent
d8cfcab66b
commit
40e152df2c
1 changed files with 4 additions and 2 deletions
|
|
@ -196,10 +196,12 @@ export default {
|
|||
margin: 10%;
|
||||
}
|
||||
|
||||
.month-year { grid-area: 1 / 1 / 2 / 4;
|
||||
.month-year {
|
||||
grid-area: 1 / 1 / 2 / 4;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.legend { grid-area: 1 / 4 / 2 / 6;
|
||||
.legend {
|
||||
grid-area: 1 / 4 / 2 / 6;
|
||||
.legend-circle {
|
||||
border-radius: 50%;
|
||||
width: 16px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue