updated to nav mobile styles

pull/1345/head^2
Scott Anderson 2020-07-31 13:29:59 -06:00
parent e9aa7260bc
commit ea46218851
1 changed files with 10 additions and 5 deletions

View File

@ -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; }
}
}
}