(fix) Fixed header and search.

This commit is contained in:
Gabriel Rodriguez Alsina 2018-12-20 15:50:34 -03:00
parent 354b4c6e2c
commit 8de79c4983
3 changed files with 1 additions and 14 deletions

View File

@ -4,11 +4,6 @@
height: 100%;
padding-top: $header-height + $search-container-height;
width: 100%;
@media (min-width: $breakpoint-md) {
padding-top: 0;
}
}
.lo-App_Content {

View File

@ -12,14 +12,6 @@
top: 70px;
z-index: 123;
@media (min-width: $breakpoint-md) {
left: auto;
position: relative;
right: auto;
top: auto;
z-index: 1;
}
&#{ & }-core {
background-color: $poa-purple-darker;
}

File diff suppressed because one or more lines are too long