salix/front/core/components/searchbar/style.scss

15 lines
220 B
SCSS
Raw Normal View History

@import "padding";
vn-searchbar {
padding-top: 6px;
display: block;
& > form > vn-horizontal > vn-icon-button {
color: black;
}
}
.search-panel {
@extend .pad-large;
max-height: 44em;
}