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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/scss/_content.scss
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/scss/_content.scss
@@ -0,0 +1,19 @@
+/*******************************************************************************
+ * Content
+ ******************************************************************************/
+
+.content
+{
+ p { margin: 1em 0em; }
+
+ a,
+ a:visited
+ {
+ color: $secondary;
+ text-decoration: underline;
+ }
+
+ 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:
+
+ .color-secondary { color: $secondary; }
+}

Powered by Google App Engine
This is Rietveld