hubl/src/scss/_search.scss

24 lines
417 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-14 17:20:00 +00:00
.content {
background-color: white;
ldp-form {
display: none;
}
}
2018-05-13 03:06:10 +00:00
}