mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 09:29:57 +00:00
14 lines
238 B
SCSS
14 lines
238 B
SCSS
#search {
|
|
input {
|
|
padding: 0.5rem 0.75rem;
|
|
border: none;
|
|
font-family: $mono-font;
|
|
background-color: $fg-color;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.results-container {
|
|
display: none;
|
|
}
|
|
}
|