Use gap for border width

This commit is contained in:
Andrew Croce 2018-07-20 15:16:11 -04:00
parent 0b2d99addc
commit 68297ad222

View File

@ -31,7 +31,7 @@
@include h4;
background-color: $color-white;
color: $color-primary;
box-shadow: inset .4rem 0 0 0 $color-primary;
box-shadow: inset ($gap / 2) 0 0 0 $color-primary;
.sidenav__link-icon {
@include icon-style-active;