dropdowns

This commit is contained in:
lvuch 2016-12-05 10:19:57 -07:00 committed by Vincent Fiduccia
parent 1f0c757d18
commit 82984681cb
1 changed files with 2 additions and 4 deletions

View File

@ -17,7 +17,7 @@ HEADER {
height: $navbar-height;
width: 68px;
background-image: url('images/logos/main.svg');
// background-color: $logo-bg;
background-color: $logo-bg;
background-position: center center;
background-repeat: no-repeat;
}
@ -46,10 +46,9 @@ HEADER {
.lang-select {
height: 45px;
line-height: 32px;
// color: $lightTeal;
color: $lightTeal;
}
NAV.navbar {
background-color: $top-row; //$top-row
min-height: $navbar-height;
@ -64,7 +63,6 @@ HEADER {
}
ul {
@extend .bg-transparent;
margin: 0;
}