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

Delta Between Two Patch Sets: src/scss/_vars.scss

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Left Patch Set: Add comments to Backclick template Created Dec. 22, 2017, 11:37 a.m.
Right Patch Set: Addressed comments #20 Created Jan. 23, 2018, 8:47 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/scss/_layout.scss ('k') | src/scss/main.scss » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 ////////////////////////////////////////////////////////////////////////////////
2 // Variables
3 ////////////////////////////////////////////////////////////////////////////////
4
5 // Brand colors
6 ////////////////////////////////////////////////////////////////////////////////
7
8 $secondary: #C70D2B;
9
10 // Fonts
11 ////////////////////////////////////////////////////////////////////////////////
12
13 $primary-font: "Source Sans Pro", sans-serif;
14
15 // Spacing
16 ////////////////////////////////////////////////////////////////////////////////
17
18 $x-small-space: 0.5em;
19
20 // Device widths
21 ////////////////////////////////////////////////////////////////////////////////
22
23 $phone-width: 320px;
LEFTRIGHT

Powered by Google App Engine
This is Rietveld