2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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,