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; |
} |
+.btn-link |
+{ |
ire
2017/11/14 12:02:34
This should probably be in website-defaults
|
+ @extend a; |
+} |
+ |
.product-heading |
{ |
@extend .h1; |
@extend .section; |
@extend .text-center; |
.has-pre-icon |
{ |