16 lines
241 B
SCSS
16 lines
241 B
SCSS
.stats-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 20px;
|
|
|
|
.week-navigator {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: xx-large;
|
|
|
|
.date-range {
|
|
margin: 5px 20px;
|
|
}
|
|
}
|
|
} |