2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Variable card height (#29462)

This commit is contained in:
Martijn Cuppens
2019-10-03 09:21:40 +02:00
committed by XhmikosR
parent 91a9fd96b9
commit f47243460e
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -834,6 +834,7 @@ $card-border-color: rgba($black, .125) !default;
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
$card-cap-bg: rgba($black, .03) !default;
$card-cap-color: null !default;
$card-height: null !default;
$card-color: null !default;
$card-bg: $white !default;