From 284e932eb0d7eb8fce44916975794c7a6d44239a Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 6 May 2018 17:22:45 +1000 Subject: [PATCH] Navbar button @extend button --- public/styles/objects/_navbar.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/styles/objects/_navbar.scss b/public/styles/objects/_navbar.scss index 573d469..0a37dba 100644 --- a/public/styles/objects/_navbar.scss +++ b/public/styles/objects/_navbar.scss @@ -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;