Base style, needs dropdown and filter styling

This commit is contained in:
James Barnsley
2018-11-15 21:27:20 +13:00
parent a1510ee08f
commit 958481ce85
5 changed files with 10328 additions and 13598 deletions

View File

@ -232,7 +232,7 @@
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.50) 10%, rgba(0,0,0,0.88) 20%);
background-image: linear-gradient(rgba(10,10,10,0.50), rgba(10,10,10,0.80) 10%, rgba(10,10,10,0.95) 25%);
z-index: 1;
}
@ -273,10 +273,10 @@
width: 90vw;
max-width: 250px;
position: absolute;
top: 10vh;
top: 10%;
left: 50%;
margin-left: -125px;
bottom: 0;
max-height: 90%;
&--submenu {
background: none;
@ -335,6 +335,7 @@
&:focus,
&:active {
@include noanimate();
background: colour(turquoise) !important;
}
}