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

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

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Move styling for cards on committee page to committee/index.html Created July 25, 2017, 1:33 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 | « static/css/main.css ('k') | static/scss/components/_groups.scss » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file is part of acceptableads.org. 1 // This file is part of acceptableads.org.
2 // Copyright (C) 2016 Eyeo GmbH 2 // Copyright (C) 2016 Eyeo GmbH
3 // 3 //
4 // acceptableads.org is free software: you can redistribute it and/or modify 4 // acceptableads.org is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by 5 // 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 // acceptableads.org is distributed in the hope that it will be useful, 9 // acceptableads.org 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 156
157 button, input[type="button"], input[type="reset"], input[type="submit"], .btn-ou tline-primary, .btn-outline-accent, .btn-primary, .btn-accent 157 button, input[type="button"], input[type="reset"], input[type="submit"], .btn-ou tline-primary, .btn-outline-accent, .btn-primary, .btn-accent
158 { 158 {
159 @extend %buttons !optional; 159 @extend %buttons !optional;
160 } 160 }
161 161
162 button, input[type="button"], input[type="reset"], input[type="submit"], .btn-pr imary 162 button, input[type="button"], input[type="reset"], input[type="submit"], .btn-pr imary
163 { 163 {
164 @extend %default-button !optional; 164 @extend %default-button !optional;
165 } 165 }
166
167 // Cards //////////////////////////////////////////////////////////////////////
168
169 $card-min-width: 350px;
OLDNEW
« no previous file with comments | « static/css/main.css ('k') | static/scss/components/_groups.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld