mirror of https://github.com/rancher/ui.git
small screen dropdowns and dot menu
This commit is contained in:
parent
66f8262d5b
commit
e71256d42f
|
|
@ -258,6 +258,7 @@ HEADER {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
height: $topHeight;
|
height: $topHeight;
|
||||||
color: white;
|
color: white;
|
||||||
|
border-right: dotted 2px rgba($logo-bg,.5);
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
text-transform: inherit;
|
text-transform: inherit;
|
||||||
|
|
|
||||||
|
|
@ -952,6 +952,26 @@ SECTION.header {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 62px;
|
left: 62px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-avatar {
|
||||||
|
height: 30px;
|
||||||
|
width: 30px;
|
||||||
|
|
||||||
|
& .gh-placeholder {
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& .top-row .project-btn .btn *,
|
||||||
|
& .top-row .project-btn .btn LABEL,
|
||||||
|
& .top-row .dropdown .user-toggle {
|
||||||
|
color: white!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-btn span {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.top-row NAV {
|
.top-row NAV {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,20 @@ H1, H2, H3, H4, H5, H6, SECTION.header {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
background: $logo-bg;
|
||||||
|
color: white;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&.navbar-toggle:before {
|
||||||
|
content: "";
|
||||||
|
border-color: transparent;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 8px;
|
||||||
|
border-right-color: $logo-bg;
|
||||||
|
position: absolute;
|
||||||
|
left: -15px;
|
||||||
|
top: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-collapse {
|
.navbar-collapse {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue