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

Unified Diff: scss/_vars.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Update hgignore Created Dec. 21, 2017, 11:50 a.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
« scss/_layout.scss ('K') | « scss/_layout.scss ('k') | scss/main.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scss/_vars.scss
===================================================================
new file mode 100644
--- /dev/null
+++ b/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;
saroyanm 2017/12/21 16:07:59 Seems like we are only using this variable to set
ire 2017/12/22 10:33:26 This was for consistency with website-defaults. Bu
juliandoucette 2017/12/22 13:32:24 Acknowledged.
« scss/_layout.scss ('K') | « scss/_layout.scss ('k') | scss/main.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld