mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
Poprawki tooltipów i plakietek statusu pociągów
This commit is contained in:
@@ -3,6 +3,7 @@ $departed: springgreen;
|
||||
$stopped: #ffa600;
|
||||
$online: gold;
|
||||
$terminated: red;
|
||||
$disconnected: slategray;
|
||||
|
||||
.user-badge {
|
||||
border: 1px solid white;
|
||||
@@ -45,4 +46,8 @@ $terminated: red;
|
||||
&.terminated {
|
||||
border: 1px solid $terminated;
|
||||
}
|
||||
|
||||
&.disconnected {
|
||||
border: 1px solid $disconnected;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user