1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/sass/_search.scss
2020-04-12 03:22:25 +10:00

14 lines
245 B
SCSS

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