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