mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
7ae7149f3f
commit
0b01c360fc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue