Kopiowanie składu do schowka; możliwość losowania wagonów pasażerskich

This commit is contained in:
2021-11-22 17:45:16 +01:00
parent 2d65c90e94
commit d46362a751
11 changed files with 190 additions and 69 deletions
+8 -2
View File
@@ -75,15 +75,21 @@ button.btn {
outline: none;
background: none;
transition: all 250ms;
&:hover {
color: $accentColor;
border-color: $accentColor;
}
&--text {
font-weight: bold;
transition: all 250ms;
}
}
button.btn-rect {
width: 1.5em;
height: 1.5em;
@@ -116,7 +122,7 @@ select {
color: white;
font-size: 1em;
width: 20em;
width: 18em;
}
option {