mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki dostępności searchboxów
This commit is contained in:
@@ -99,24 +99,32 @@ h1.option-title {
|
||||
}
|
||||
}
|
||||
|
||||
.search_content > .search {
|
||||
margin: 0.5em auto;
|
||||
}
|
||||
.search_content {
|
||||
.search {
|
||||
margin: 0.5em auto;
|
||||
}
|
||||
|
||||
.search_content > button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.search_actions {
|
||||
display: flex;
|
||||
margin: 1em 0 0.5em 0;
|
||||
|
||||
.search_content > .search_actions {
|
||||
display: flex;
|
||||
margin: 1em 0 0.5em 0;
|
||||
button {
|
||||
margin: 0.25em 0.5em;
|
||||
background-color: #424242;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 0.25em 0.5em;
|
||||
background-color: #424242;
|
||||
color: white;
|
||||
.search-box {
|
||||
.search_input {
|
||||
}
|
||||
|
||||
.search-exit {
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
top: 50%;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
&-input {
|
||||
border: none;
|
||||
border-radius: 0.5em 0 0 0.5em;
|
||||
background-color: #424242;
|
||||
|
||||
padding: 0.35em 0.5em;
|
||||
@@ -28,8 +27,6 @@
|
||||
|
||||
&-exit {
|
||||
background-color: #424242;
|
||||
padding: 0 0.5em;
|
||||
border-radius: 0 0.5em 0.5em 0;
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user