update sidenav styles

This commit is contained in:
dandds 2019-04-29 13:51:03 -04:00
parent 3799e5c73f
commit 9073149cd3

View File

@ -1,6 +1,5 @@
@mixin sidenav__header {
padding: $gap ($gap * 2);
font-size: $small-font-size;
font-weight: bold;
}
@ -21,6 +20,7 @@
.sidenav__title {
@include sidenav__header;
font-size: $h3-font-size;
text-transform: uppercase;
width: 50%;
color: $color-gray-dark;
@ -29,6 +29,8 @@
.sidenav__toggle {
@include sidenav__header;
font-size: $small-font-size;
line-height: 2.8rem;
float: right;
color: $color-blue-darker;