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 |
juliandoucette
2017/12/11 15:15:28
TOL: I think we were looking for this in our last
ire
2017/12/12 10:21:14
Oh yeah! I'll remove this when that issue is commi
|
+{ |
+ @extend a; |
+} |
+ |
.product-heading |
{ |
@extend .h1; |
@extend .section; |
@extend .text-center; |
.has-pre-icon |
{ |