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: Implement .cards class, Fix alignment inn group-5, Minor fixes Created June 21, 2017, 7:41 a.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: 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;
ire 2017/06/21 07:47:58 I realised I was using the wrong variable name (ma

Powered by Google App Engine
This is Rietveld