Clean up code and use correct height on usa-banner

This commit is contained in:
leigh-mil
2019-08-30 14:28:37 -04:00
parent 11418aeb39
commit ef3654e014
5 changed files with 33 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
border-bottom: 1px solid $color-black;
height: 48px;
position: fixed;
top: 20px;
top: 28px;
width: 100%;
z-index: 10;

View File

@@ -4,7 +4,7 @@
padding: ($gap / 2) $gap;
z-index: 15;
position: fixed;
height: 20px;
height: 28px;
width: 100%;
img {

View File

@@ -7,7 +7,7 @@
box-shadow: $box-shadow;
overflow: hidden;
position: relative;
top: 68px;
top: 76px;
width: 25rem;
&--minimized {
@@ -49,23 +49,23 @@
}
}
.sidenav__list--padded {
margin: (4 * $gap) 0;
position: fixed;
overflow-y: scroll;
top: 98px;
bottom: 35px;
left: 0;
width: 25rem;
ul {
&.sidenav__list--padded {
margin: ( 4 * $gap) 0;
position: fixed;
overflow-y: scroll;
top: 106px;
bottom: 35px;
left: 0;
width: 25rem;
}
ul {
list-style: none;
padding: 0;
list-style: none;
padding: 0;
li {
margin: 0;
display: block;
}
li {
margin: 0;
display: block;
}
}