cyp/app/css/search.less
2019-03-31 22:02:26 +02:00

21 lines
252 B
Plaintext

.search {
.icon {
width: 32px;
}
input {
border: none;
color: inherit;
background-color: inherit;
border-bottom: 1px solid var(--fg);
transition: all 300ms;
padding: 0;
width: 30%;
}
&:not(.open) {
input {
width: 0;
}
}
}