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

Side by Side Diff: src/scss/_content.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 * 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; }
juliandoucette 2018/01/22 19:47:53 NIT: This is a very general rule for a very specif
ire 2018/01/23 08:48:09 I didn't think it was necessary to introduce a cla
juliandoucette 2018/01/23 17:00:46 I think we should take the opposite approach. ID:
17
18 .color-secondary { color: $secondary; }
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld