mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-09 17:02:46 +02:00
add stats page
This commit is contained in:
parent
c23d4bd404
commit
fca7661ad8
12 changed files with 767 additions and 6 deletions
23
styles/_stats.scss
Normal file
23
styles/_stats.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
#statsPage {
|
||||
background: #fff;
|
||||
padding: 2rem;
|
||||
margin: 0 auto;
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.counter {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.pair {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue