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

Unified Diff: pages/utilities.html

Issue 29591558: Issue 5941 - Implemented background-color utility classes (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 29, 2017, 1:37 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/index.html ('k') | static/scss/_utilities.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/utilities.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/utilities.html
@@ -0,0 +1,18 @@
+title=Utilities
+
+<h1>Utilities</h1>
+<p>HTML & SCSS component utilities</p>
+
+<ol>
+ <li><a href="#backgrounds">Backgrounds</a></li>
+</ol>
+
+<h2 id="backgrounds">Backgrounds</h2>
+
+<p class="bg-primary">Primary background</p>
+
+<p class="bg-secondary">Secondary background</p>
+
+<p class="bg-accent">Accent background</p>
+
+<p class="bg-error">Error background</p>
« no previous file with comments | « pages/index.html ('k') | static/scss/_utilities.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld