mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix variables in panels.less
This commit is contained in:
parent
6e4825aef1
commit
67a332c97b
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
border-top-color: @border;
|
||||
}
|
||||
.badge {
|
||||
color: @background-color;
|
||||
background-color: @color;
|
||||
color: @heading-bg-color;
|
||||
background-color: @heading-text-color;
|
||||
}
|
||||
}
|
||||
& > .panel-footer {
|
||||
|
|
Loading…
Reference in a new issue