Navbar button @extend button
This commit is contained in:
@ -44,11 +44,12 @@ $o-navbar--link-thickness: 5px;
|
|||||||
|
|
||||||
//Links
|
//Links
|
||||||
&__link {
|
&__link {
|
||||||
display: none;
|
|
||||||
@include t-align-items(center);
|
@include t-align-items(center);
|
||||||
color: $s-color--navbar__text;
|
@extend %s-font--style-button;
|
||||||
|
display: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
color: $s-color--navbar__text;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user