mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-15 13:34:16 +00:00
19 lines
275 B
Plaintext
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;
|
|
}
|
|
}
|