diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 20:46:57 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 20:48:33 -0800 |
| commit | 0b01c360fc65262eb39b04511026d42fb66c200d (patch) | |
| tree | 5e5349e7e75f5ba39cd57c5638b702b514000c92 | |
| parent | 7ae7149f3fc72a15261199a041df7a6e6fc9ca1e (diff) | |
| download | bootstrap-0b01c360fc65262eb39b04511026d42fb66c200d.tar.xz bootstrap-0b01c360fc65262eb39b04511026d42fb66c200d.zip | |
Use $card-border-width for .card-inverse's header/footer border-bottom override
Refs #18150
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index f6a4fd8c2..630447ff9 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -121,7 +121,7 @@ .card-inverse { .card-header, .card-footer { - border-bottom: .075rem solid rgba(255,255,255,.2); + border-bottom: $card-border-width solid rgba(255,255,255,.2); } .card-header, .card-footer, |
