mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 01:55:46 +02:00
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
// List Groups
|
// List Groups
|
||||||
|
|
||||||
@mixin list-group-item-variant($state, $background, $color) {
|
@mixin list-group-item-variant($state, $background, $color) {
|
||||||
.list-group-item-#{state} {
|
.list-group-item-#{$state} {
|
||||||
color: $color;
|
color: $color;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-#{state},
|
a.list-group-item-#{$state},
|
||||||
button.list-group-item-#{state} {
|
button.list-group-item-#{$state} {
|
||||||
color: $color;
|
color: $color;
|
||||||
|
|
||||||
.list-group-item-heading {
|
.list-group-item-heading {
|
||||||
|
Reference in New Issue
Block a user