Files
portal/resources/sass/components/search_box.scss
2020-03-27 19:30:20 +01:00

15 lines
193 B
SCSS
Vendored

.search-box {
display: flex;
align-items: center;
button {
background: none;
border: none;
cursor: pointer;
}
svg {
width: 2.4rem;
}
}