govarch-website/_sass/_search.scss
2018-10-24 18:22:21 -07:00

20 lines
295 B
SCSS

#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;
}