2019-12-18 21:15:26 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
|
|
|
|
@media screen and ( max-width: @width-breakpoint-tablet ) {
|
|
|
|
.suggestions-results {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
a {
|
|
|
|
height: 70px;
|
|
|
|
width: 100%;
|
|
|
|
display: table;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggestions-result {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-enabled {
|
2021-07-16 20:10:00 +00:00
|
|
|
.minerva-header {
|
2019-12-18 21:15:26 +00:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.search-box {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 30px;
|
|
|
|
top: 10px;
|
|
|
|
right: 0;
|
2024-01-31 15:06:56 +00:00
|
|
|
z-index: @z-index-drawer;
|
2019-12-18 21:15:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|