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

Unified Diff: static/scss/_utilities.scss

Issue 29612684: Issue 6060 - Provided lead style via website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Added TOC item and reworded description Created Nov. 27, 2017, 1:11 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
« no previous file with comments | « pages/utilities.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_utilities.scss
===================================================================
--- a/static/scss/_utilities.scss
+++ b/static/scss/_utilities.scss
@@ -140,8 +140,16 @@
background-color: $accent-dark;
}
.bg-error
{
color: $error-light;
background-color: $error-dark;
}
+
+/* Lead
+ ******************************************************************************/
+
+.lead
+{
+ font-size: 1.25em;
+}
« no previous file with comments | « pages/utilities.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld