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 |
juliandoucette
2017/11/15 13:27:45
NIT: "btn" is inconsistent with our other names th
ire
2017/11/15 16:57:30
Changed to .button-link
|
+{ |
+ @extend a; |
+} |
+ |
.product-heading |
{ |
@extend .h1; |
@extend .section; |
@extend .text-center; |
.has-pre-icon |
{ |