chore: switched drivers filter from text to select input (TrainsView); updated inputs clear buttons

This commit is contained in:
2025-04-14 19:24:28 +02:00
parent be55bac9fe
commit 8e196c8279
7 changed files with 49 additions and 42 deletions
+18 -2
View File
@@ -11,8 +11,9 @@
position: relative;
display: flex;
align-items: center;
gap: 0.25em;
border-radius: 0.5em;
min-width: 200px;
margin-right: 0.25em;
}
@@ -20,6 +21,8 @@
&-input {
border: none;
background-color: #424242;
color: white;
border-radius: 0.5em;
padding: 0.35em 0.5em;
width: 100%;
@@ -27,6 +30,7 @@
&-exit {
background-color: #424242;
border-radius: 0.5em;
img {
vertical-align: middle;
@@ -39,7 +43,7 @@
max-width: 300px;
}
@include responsive.smallScreen{
@include responsive.smallScreen {
&-box,
&-button {
margin: 0.5em 0 0 0;
@@ -50,3 +54,15 @@
}
}
}
.search-box > i {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
padding-right: 0.5em;
}
select.search-input {
}