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

Unified Diff: src/scss/_vars.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Update with specification changes Created Jan. 12, 2018, 1:19 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: src/scss/_vars.scss
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/scss/_vars.scss
@@ -0,0 +1,23 @@
+////////////////////////////////////////////////////////////////////////////////
+// Variables
+////////////////////////////////////////////////////////////////////////////////
+
+// Brand colors
+////////////////////////////////////////////////////////////////////////////////
+
+$secondary: #C70D2B;
+
+// Fonts
+////////////////////////////////////////////////////////////////////////////////
+
+$primary-font: "Source Sans Pro", sans-serif;
+
+// Spacing
+////////////////////////////////////////////////////////////////////////////////
+
+$x-small-space: 0.5em;
+
+// Device widths
+////////////////////////////////////////////////////////////////////////////////
+
+$phone-width: 320px;

Powered by Google App Engine
This is Rietveld