css and content fixes to sidebar toggle

This commit is contained in:
dandds
2019-02-11 10:22:17 -05:00
parent b8e5d6d6fc
commit cfd871716b
2 changed files with 15 additions and 6 deletions

View File

@@ -1,12 +1,17 @@
@mixin sidenav__header {
color: $color-gray-dark;
padding: $gap ($gap * 2);
text-transform: uppercase;
opacity: 0.54;
font-size: $small-font-size;
font-weight: bold;
}
.sidenav-container {
position: relative;
.global-navigation.sidenav {
height: 100%;
}
}
.sidenav {
@include hide;
@@ -20,12 +25,16 @@
.sidenav__title {
@include sidenav__header;
text-transform: uppercase;
width: 50%;
color: $color-gray-dark;
opacity: 0.54;
}
.sidenav__toggle {
@include sidenav__header;
float: right;
color: $color-blue-darker;
}
ul {