chore: station stats styling

This commit is contained in:
2024-08-20 00:14:44 +02:00
parent 551b60c733
commit 7769477508
4 changed files with 45 additions and 31 deletions
+11
View File
@@ -1,3 +1,5 @@
@import 'variables.scss';
.badge {
font-weight: 600;
@@ -108,3 +110,12 @@
background-color: #007599;
}
}
.stat-badge {
margin: 0;
& > span:first-child {
background-color: $accentCol;
color: black;
}
}