mirror of https://github.com/rancher/ui.git
dropdowns
This commit is contained in:
parent
1f0c757d18
commit
82984681cb
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue