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

18 lines
249 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
vn-searchbar {
padding-top: 6px;
display: block;
& > form > vn-horizontal > vn-icon-button {
color: black;
}
}
.search-panel {
2019-02-01 16:11:14 +00:00
max-height: 48em;
2019-01-30 23:39:40 +00:00
& > form {
2019-02-06 10:24:29 +00:00
padding: $pad-large;
2019-01-30 23:39:40 +00:00
}
}