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: Rebase Created July 5, 2017, 9: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
« no previous file with comments | « static/img/png/blog/aac-structure-detailed.png ('k') | static/scss/components/_cards.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/img/png/blog/aac-structure-detailed.png ('k') | static/scss/components/_cards.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld