hubl/src/scss/_search.scss

24 lines
417 B
SCSS

#search-view {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 8888;
display: none;
padding-top: $menu-height;
background-color: white;
&.search-mode {
display: block;
}
.content {
background-color: white;
ldp-form {
display: none;
}
}
}