Back to white page

This commit is contained in:
Madison Scott-Clary
2020-07-10 22:15:45 -07:00
parent 572fb74979
commit 040abf9fb9
10 changed files with 57 additions and 59 deletions

View File

@ -1,7 +1,7 @@
.main-header {
font-family: 'Lato', sans-serif;
padding: 15px 0;
background-color: $i-black; //$darken-gray;
background-color: $white;
box-shadow: 0px -5px 15px rgba(0,0,0,.3);
.header-flex {
@ -17,7 +17,7 @@
text-transform: uppercase;
font-size: 27px;
font-weight: 300;
color: $i-lighttan; //$light-purple;
color: $dark-purple;
}
}
}
@ -29,18 +29,18 @@
z-index: 10;
width: 300px;
height: 100%;
background-color: $i-black; //$darken-gray;
background-color: $white;
padding: 25px 30px;
transform: translate3d(-300px, 0, 0);
ul {
background-color: $i-black; //$darken-gray;
background-color: $white;
padding: 15px 0 0;
margin: 0 -30px 0 -30px;
list-style: none;
li {
border-bottom: 1px solid $black;
background-color: $i-black; //$darken-gray;
background-color: $white;
a {
display: block;
margin: 0 30px;
@ -49,10 +49,10 @@
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
color: $i-lighttan; //$light-purple;
color: $dark-purple;
&:hover {
opacity: .8;
color: $i-graytan; //$light-pink;
color: $dark-pink;
}
}
}
@ -75,7 +75,7 @@
.search-icon-close {
cursor: pointer;
font-size: 18px;
color: $i-lighttan; //$light-purple;
color: $light-purple;
transition: all .4s;
&:hover {
opacity: .8;