| Index: static/src/scss/content/_typography.scss |
| =================================================================== |
| --- a/static/src/scss/content/_typography.scss |
| +++ b/static/src/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 .text-center; |
| margin-bottom: $small-space; |
| .has-pre-icon |
| { |