mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
dziennik dr: kolumna regionów
This commit is contained in:
+22
-2
@@ -46,13 +46,33 @@
|
||||
}
|
||||
|
||||
.region-badge {
|
||||
padding: 0 0.5em;
|
||||
padding: 0.25em 0.5em;
|
||||
border-radius: 0.5em;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
|
||||
&.eu {
|
||||
&[aria-describedby='eu'] {
|
||||
background-color: forestgreen;
|
||||
}
|
||||
|
||||
&[aria-describedby='cae'] {
|
||||
background-color: lightcoral;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&[aria-describedby='usw'] {
|
||||
background-color: lightblue;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&[aria-describedby='us'] {
|
||||
background-color: lightblue;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&[aria-describedby='ru'] {
|
||||
background-color: lightslategray;
|
||||
}
|
||||
}
|
||||
|
||||
.train-badge {
|
||||
|
||||
Reference in New Issue
Block a user