Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/content/_typography.scss

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
Patch Set: Rebase Created Nov. 14, 2017, 3:27 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
{

Powered by Google App Engine
This is Rietveld