Poprawki dostępności searchboxów

This commit is contained in:
2022-09-25 23:30:37 +02:00
parent 053e9d2b6a
commit 42bb056e66
4 changed files with 26 additions and 21 deletions
+23 -15
View File
@@ -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;
}
}
}
-3
View File
@@ -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;