mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 10:21:06 +00:00
improve accessibility and add search form
This commit is contained in:
20
_sass/_search.scss
Normal file
20
_sass/_search.scss
Normal file
@ -0,0 +1,20 @@
|
||||
#search {
|
||||
margin: 0 auto;
|
||||
padding: 0 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#search__input {
|
||||
border: 0;
|
||||
font: 1em $font-family;
|
||||
padding: .5em;
|
||||
color: $text-color;
|
||||
text-align: center;
|
||||
&:focus {
|
||||
outline: 1px dashed $text-color;
|
||||
}
|
||||
}
|
||||
|
||||
#search button[type="submit"] {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user