updated to nav mobile styles
parent
e9aa7260bc
commit
ea46218851
|
@ -153,7 +153,7 @@
|
|||
.url-trigger {
|
||||
font-size: 1.1rem;
|
||||
vertical-align: top;
|
||||
margin: .1rem 0 0 0;
|
||||
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
@ -178,17 +178,22 @@
|
|||
@include media(small) {
|
||||
.icon-influx-logotype { display: none; }
|
||||
|
||||
.topnav { min-height: 5.5rem; }
|
||||
.topnav { min-height: 5.75rem; }
|
||||
.topnav-right {
|
||||
flex-direction: column-reverse;
|
||||
align-items: flex-end;
|
||||
width: 94%;
|
||||
width: calc(100% - 1.5rem);
|
||||
}
|
||||
.search-btn { display: none; }
|
||||
|
||||
.selector-dropdowns {
|
||||
width: 100%;
|
||||
margin-top: .35rem;
|
||||
.dropdown { flex-grow: 1; }
|
||||
margin-top: .6rem;
|
||||
.dropdown {
|
||||
flex-grow: 1;
|
||||
height: 2.24rem;
|
||||
.selected { padding: .12rem 1.75rem .12rem .75rem; }
|
||||
&:after { top: .57rem; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue