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; |