Poprawki tooltipów i plakietek statusu pociągów

This commit is contained in:
2020-11-05 12:53:40 +01:00
parent a79307c6b2
commit 2cb0e4f595
3 changed files with 80 additions and 31 deletions
+5
View File
@@ -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;
}
}