Index: static/scss/content/_typography.scss |
=================================================================== |
--- a/static/scss/content/_typography.scss |
+++ b/static/scss/content/_typography.scss |
@@ -51,16 +51,21 @@ |
text-transform: uppercase; |
} |
a |
{ |
color: $font-color-link; |
} |
+.button-link |
+{ |
+ @extend a; |
+} |
+ |
.product-heading |
{ |
@extend .h1; |
@extend .section; |
@extend .text-center; |
.has-pre-icon |
{ |