Navbar button @extend button

This commit is contained in:
2018-05-06 17:22:45 +10:00
parent 923bc782c2
commit 284e932eb0

View File

@ -44,11 +44,12 @@ $o-navbar--link-thickness: 5px;
//Links
&__link {
display: none;
@include t-align-items(center);
color: $s-color--navbar__text;
@extend %s-font--style-button;
display: none;
position: relative;
padding: 1em;
color: $s-color--navbar__text;
&:after {
position: absolute;