0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Use $card-border-width for .card-inverse's header/footer border-bottom override

Refs #18150

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-11-29 20:46:57 -08:00
parent 7ae7149f3f
commit 0b01c360fc

View File

@ -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,