css patches

pull/1108/head
gabrielburnworth 2019-02-07 16:54:11 -08:00
parent c2fbb77e42
commit f8ab60ea38
2 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,6 @@ ul {
position: relative;
z-index: 10;
width: 100%;
height: 100%;
opacity: 0.40;
pointer-events: none;
&.banner {

View File

@ -3,6 +3,7 @@
left: 0;
right: 0;
z-index: 99;
height: 9rem;
background: $dark_gray;
box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}