Zmiany w wyglądzie tabelki, połączenie kolumn ze szlakami

This commit is contained in:
2020-08-24 19:45:52 +02:00
parent b5b5cb6f85
commit 520a1083dc
4 changed files with 246 additions and 159 deletions
@@ -222,6 +222,14 @@ export default class StationCard extends styleMixin {
-moz-user-select: none;
-webkit-user-select: none;
&-exit {
img {
width: 1.5em;
}
cursor: pointer;
}
&-content {
display: grid;
grid-template-areas: "main main" "icons icons" "dispatcher hours" "users spawns" "history history";