funkcjonalności listy pojazdów

This commit is contained in:
2023-07-10 17:47:44 +02:00
parent 073288c8a9
commit dda67ad993
3 changed files with 134 additions and 23 deletions
+3 -3
View File
@@ -135,8 +135,8 @@ button {
select,
input {
background: none;
border: 2px solid white;
background: $bgColor;
border: 2px solid #aaa;
outline: none;
padding: 0.25em 0.35em;
@@ -156,7 +156,7 @@ input {
}
option {
color: black;
color: white;
border: none;
}