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

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

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Left Patch Set: Testing backclick template changes Created Dec. 22, 2017, 5:11 p.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 | « package.json ('k') | src/scss/_form.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 * Content
3 ******************************************************************************/
4
5 .content
6 {
7 p { margin: 1em 0em; }
8
9 a,
10 a:visited
11 {
12 color: $secondary;
13 text-decoration: underline;
14 }
15
16 abbr { text-decoration: none; }
17
18 .color-secondary { color: $secondary; }
19 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld