Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-15 08:01:16 +0300
committerMark Otto <markd.otto@gmail.com>2017-06-15 19:05:16 +0300
commit6c8c0aa4cf96e7b14b0607751753e158beb40e9d (patch)
treec20731950a06e22b2a9c31755dfd9d2907aa14a9 /scss/_card.scss
parente6303d45000bf90f3b4e83cec29e698f9a9800e9 (diff)
Rename .card-block to .card-body to match nomenclature of modals
Diffstat (limited to 'scss/_card.scss')
-rw-r--r--scss/_card.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index e45af7bc78..436df300fa 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -13,7 +13,7 @@
@include border-radius($card-border-radius);
}
-.card-block {
+.card-body {
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
// as much space as possible, ensuring footers are aligned to the bottom.
flex: 1 1 auto;