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: Use data attributes instead of classname Created Dec. 6, 2017, 2:43 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;
}
+.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
{

Powered by Google App Engine
This is Rietveld