Przywrócono podział typów pojazdów w menu wyboru

This commit is contained in:
2022-08-01 09:05:53 +02:00
parent 5505e0d475
commit 116b3d27ca
5 changed files with 194 additions and 107 deletions
+12
View File
@@ -113,6 +113,18 @@ button.btn {
font-weight: bold;
transition: all 250ms;
border: none;
&:focus-visible {
outline: 1px solid white;
}
}
&--choice {
padding: 0.25em 0.3em;
&:focus-visible {
outline: 1px solid white;
}
}
}