reducing shadow on menu. looked amateurish

pull/223/merge
Dave Cranwell 2014-05-08 12:31:49 +01:00
rodzic 280d960829
commit af20a61b6b
1 zmienionych plików z 4 dodań i 9 usunięć

Wyświetl plik

@ -115,7 +115,7 @@ img{
}
.nav-wrapper{
@include box-shadow(inset -2px 0px 10px 0px rgba(0, 0, 0, 0.5));
@include box-shadow(inset -5px 0px 5px -3px rgba(0, 0, 0, 0.3));
position:relative;
background: $color-grey-1;
margin-left: -100%;
@ -404,7 +404,7 @@ header{
width:1em;
display:none;
margin-right:0.4em;
font-size:1.5em;
font-size:1.3em;
}
}
@ -904,13 +904,8 @@ footer, .logo{
.wrapper{
max-width:$breakpoint-desktop-larger;
}
.nav-wrapper{
@include box-shadow(inset -6px 0px 4px 0px rgba(0, 0, 0, 0.2));
.inner{
background:$color-grey-1;
@include box-shadow(inset -6px 0px 4px 0px rgba(0, 0, 0, 0.2));
}
.nav-wrapper .inner{
background:$color-grey-1;
}
footer{