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

Unified 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.
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
« no previous file with comments | « static/css/main.css ('k') | static/scss/components/_groups.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_variables.scss
===================================================================
--- a/static/scss/_variables.scss
+++ b/static/scss/_variables.scss
@@ -158,8 +158,12 @@
{
@extend %buttons !optional;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .btn-primary
{
@extend %default-button !optional;
}
+
+// Cards //////////////////////////////////////////////////////////////////////
+
+$card-min-width: 350px;
« 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