 Issue 29607560:
  Issue 6003 - Better handling of no-content-for-platform-message on help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29607560:
  Issue 6003 - Better handling of no-content-for-platform-message on help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| 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 | 
| { |