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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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;
OLDNEW

Powered by Google App Engine
This is Rietveld