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: Remove eRobinson feature Created Jan. 8, 2018, 11:02 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:
Left: Side by side diff | Download
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
1 //////////////////////////////////////////////////////////////////////////////// 1 ////////////////////////////////////////////////////////////////////////////////
2 // Variables 2 // Variables
3 //////////////////////////////////////////////////////////////////////////////// 3 ////////////////////////////////////////////////////////////////////////////////
4 4
5 // Brand colors 5 // Brand colors
6 //////////////////////////////////////////////////////////////////////////////// 6 ////////////////////////////////////////////////////////////////////////////////
7 7
8 $secondary: #C70D2B; 8 $secondary: #C70D2B;
9 9
10 // Fonts 10 // Fonts
11 //////////////////////////////////////////////////////////////////////////////// 11 ////////////////////////////////////////////////////////////////////////////////
12 12
13 $primary-font: "Source Sans Pro", sans-serif; 13 $primary-font: "Source Sans Pro", sans-serif;
14 14
15 // Spacing 15 // Spacing
16 //////////////////////////////////////////////////////////////////////////////// 16 ////////////////////////////////////////////////////////////////////////////////
17 17
18 $x-small-space: 0.5em; 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