mirror of https://github.com/twbs/bootstrap.git
This commit is contained in:
parent
018eef9894
commit
54a5fbe0c1
|
|
@ -1,13 +1,13 @@
|
|||
// List Groups
|
||||
|
||||
@mixin list-group-item-variant($state, $background, $color) {
|
||||
.list-group-item-#{state} {
|
||||
.list-group-item-#{$state} {
|
||||
color: $color;
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
a.list-group-item-#{state},
|
||||
button.list-group-item-#{state} {
|
||||
a.list-group-item-#{$state},
|
||||
button.list-group-item-#{$state} {
|
||||
color: $color;
|
||||
|
||||
.list-group-item-heading {
|
||||
|
|
|
|||
Loading…
Reference in New Issue