hubl/src/scss/_search.scss

16 lines
322 B
SCSS
Raw Normal View History

#search-view {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 8888;
display: none;
padding-top: $menu-height;
background-color: white;
2018-05-13 03:06:10 +00:00
&.search-mode {
display: block;
}
2018-05-13 03:06:10 +00:00
}