Luncher/client/src/pages/StatsPage.scss
Martin Berka ca400638d1
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Přidání základních statistik
2025-02-27 00:22:34 +01:00

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;
}
}
}