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

Side by Side Diff: static/scss/_content.scss

Issue 29603821: Noissue - Separated website-default utilities (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Consolidated utilities Created Dec. 8, 2017, 4:10 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
« no previous file with comments | « no previous file | static/scss/_utilities.scss » ('j') | static/scss/utilities/_text.scss » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file is part of website-defaults 1 // This file is part of website-defaults
2 // Copyright (C) 2016-present eyeo GmbH 2 // Copyright (C) 2016-present eyeo GmbH
3 // 3 //
4 // website-defaults is free software: you can redistribute it and/or 4 // website-defaults is free software: you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License as published by 5 // modify it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or 6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version. 7 // (at your option) any later version.
8 // 8 //
9 // website-defaults is distributed in the hope that it will be useful, 9 // website-defaults is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 } 84 }
85 85
86 h6 86 h6
87 { 87 {
88 font-size: 0.7em; 88 font-size: 0.7em;
89 } 89 }
90 90
91 /* Body content 91 /* Body content
92 ****************************************************************************/ 92 ****************************************************************************/
93 93
94 .lead
ire 2017/12/11 15:44:04 NIT: Maybe this should be under the text utilities
juliandoucette 2017/12/14 13:37:08 Agreed. Done.
95 {
96 font-size: 1.25em;
97 }
98
94 a, 99 a,
95 a:visited 100 a:visited
96 { 101 {
97 color: $accent; 102 color: $accent;
98 } 103 }
99 104
100 hr 105 hr
101 { 106 {
102 border: 1px solid $secondary-light; 107 border: 1px solid $secondary-light;
103 } 108 }
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 { 167 {
163 /* undo browser default (opinionated)*/ 168 /* undo browser default (opinionated)*/
164 font-weight: $bold-weight; 169 font-weight: $bold-weight;
165 } 170 }
166 171
167 dd 172 dd
168 { 173 {
169 margin: 0.25em 0em 1em 0em; 174 margin: 0.25em 0em 1em 0em;
170 } 175 }
171 } 176 }
OLDNEW
« no previous file with comments | « no previous file | static/scss/_utilities.scss » ('j') | static/scss/utilities/_text.scss » ('J')

Powered by Google App Engine
This is Rietveld