mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: station stats styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -290,6 +290,7 @@ a.a-button {
|
||||
// Basic tooltip
|
||||
[data-tooltip] {
|
||||
cursor: help;
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
[data-tooltip]:hover::after,
|
||||
|
||||
Reference in New Issue
Block a user