update sidenav styles
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user