diff options
| author | Martijn Cuppens <[email protected]> | 2019-06-30 16:59:58 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-22 16:08:58 +0300 |
| commit | b4c422340905b59aa34a0e20ca707bc06ed11ad7 (patch) | |
| tree | 3cfc2cdf425485a1832f56721bfe04159f726088 /scss | |
| parent | 3b73dfc44badc90953cc3f4b239b679c9e46cd34 (diff) | |
| download | bootstrap-b4c422340905b59aa34a0e20ca707bc06ed11ad7.tar.xz bootstrap-b4c422340905b59aa34a0e20ca707bc06ed11ad7.zip | |
Remove card columns in favor of masonry grid
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_card.scss | 23 | ||||
| -rw-r--r-- | scss/_variables.scss | 4 |
2 files changed, 0 insertions, 27 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 0369bb387..f68855c56 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -242,29 +242,6 @@ // -// Columns -// - -.card-columns { - .card { - margin-bottom: $card-columns-margin; - } - - @include media-breakpoint-up(sm) { - column-count: $card-columns-count; - column-gap: $card-columns-gap; - orphans: 1; - widows: 1; - - .card { - display: inline-block; // Don't let them vertically span multiple columns - width: 100%; // Don't let their width change - } - } -} - - -// // Accordion // diff --git a/scss/_variables.scss b/scss/_variables.scss index bc429a2d6..f6eb41910 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -841,10 +841,6 @@ $card-img-overlay-padding: 1.25rem !default; $card-group-margin: $grid-gutter-width / 2 !default; $card-deck-margin: $card-group-margin !default; -$card-columns-count: 3 !default; -$card-columns-gap: 1.25rem !default; -$card-columns-margin: $card-spacer-y !default; - // Tooltips |
