update sidenav styles
This commit is contained in:
parent
3799e5c73f
commit
9073149cd3
@ -1,6 +1,5 @@
|
|||||||
@mixin sidenav__header {
|
@mixin sidenav__header {
|
||||||
padding: $gap ($gap * 2);
|
padding: $gap ($gap * 2);
|
||||||
font-size: $small-font-size;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -21,6 +20,7 @@
|
|||||||
|
|
||||||
.sidenav__title {
|
.sidenav__title {
|
||||||
@include sidenav__header;
|
@include sidenav__header;
|
||||||
|
font-size: $h3-font-size;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
color: $color-gray-dark;
|
color: $color-gray-dark;
|
||||||
@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
.sidenav__toggle {
|
.sidenav__toggle {
|
||||||
@include sidenav__header;
|
@include sidenav__header;
|
||||||
|
font-size: $small-font-size;
|
||||||
|
line-height: 2.8rem;
|
||||||
float: right;
|
float: right;
|
||||||
color: $color-blue-darker;
|
color: $color-blue-darker;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user