15 lines
193 B
SCSS
Vendored
15 lines
193 B
SCSS
Vendored
.search-box {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
button {
|
|
background: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
svg {
|
|
width: 2.4rem;
|
|
}
|
|
}
|