2022-02-22 20:22:41 +01:00

19 lines
275 B
Plaintext

.searchButton {
.searchBox {
.adm-search-bar-input {
transition: all 150ms ease-in-out;
width: 0px;
}
&.open {
.adm-search-bar-input {
width: 20vw;
}
}
}
svg {
margin: 0;
}
}