2019-02-06 10:24:29 +00:00
|
|
|
@import "variables";
|
2019-01-30 23:33:43 +00:00
|
|
|
|
2018-04-19 12:58:43 +00:00
|
|
|
vn-searchbar {
|
|
|
|
padding-top: 6px;
|
2018-06-07 21:47:19 +00:00
|
|
|
display: block;
|
2018-04-19 12:58:43 +00:00
|
|
|
|
|
|
|
& > form > vn-horizontal > vn-icon-button {
|
|
|
|
color: black;
|
|
|
|
}
|
2019-01-30 23:33:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
2018-04-19 12:58:43 +00:00
|
|
|
}
|