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