mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: switched drivers filter from text to select input (TrainsView); updated inputs clear buttons
This commit is contained in:
@@ -72,15 +72,6 @@ h1.option-title {
|
||||
.search {
|
||||
margin: 0.5em auto;
|
||||
}
|
||||
|
||||
.search-box {
|
||||
.search-exit {
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
top: 50%;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.options_actions {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user