Clean up code and use correct height on usa-banner
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
border-bottom: 1px solid $color-black;
|
||||
height: 48px;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
top: 28px;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
padding: ($gap / 2) $gap;
|
||||
z-index: 15;
|
||||
position: fixed;
|
||||
height: 20px;
|
||||
height: 28px;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user