1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 10:49:58 +00:00
1bit.pw/sass/_search.scss

14 lines
245 B
SCSS
Raw Normal View History

2020-04-11 17:22:25 +00:00
.search-container {
input {
padding: 0.5rem 0.75rem;
border: none;
font-family: $mono-font;
background-color: $fg-color;
border-radius: 4px;
}
.search-results {
display: none;
}
}