Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /*** |
| 2 | Customized List Group |
||
| 3 | ***/ |
||
| 4 | |||
| 5 | /* Contextual variants */ |
||
| 6 | .list-group { |
||
| 7 | @include list-group-item-variant(success, $state-success-bg, $state-success-text); |
||
| 8 | } |
||
| 9 | |||
| 10 | .list-group { |
||
| 11 | @include list-group-item-variant(info, $state-info-bg, $state-info-text); |
||
| 12 | } |
||
| 13 | |||
| 14 | .list-group { |
||
| 15 | @include list-group-item-variant(warning, $state-warning-bg, $state-warning-text); |
||
| 16 | } |
||
| 17 | |||
| 18 | .list-group { |
||
| 19 | @include list-group-item-variant(danger, $state-danger-bg, $state-danger-text); |
||
| 20 | } |