style/global: remove navbars' shadow

This commit is contained in:
Kazhnuz 2019-05-25 16:50:18 +02:00
parent 965e0b196d
commit f672897322
2 changed files with 0 additions and 2 deletions

View file

@ -39,7 +39,6 @@ header {
} }
.navbar { .navbar {
box-shadow: $large-shadow;
@include borders(); @include borders();
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;

View file

@ -551,7 +551,6 @@ header {
height: auto; } height: auto; }
.navbar { .navbar {
box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.3);
border-left: 0; border-left: 0;
border-right: 0; } border-right: 0; }