You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
10 years ago
|
// Individual list items
|
||
|
//
|
||
|
// Use on `li`s or `div`s within the `.list-group` parent.
|
||
|
|
||
|
.list-group-item {
|
||
|
|
||
|
// Align badges within list items
|
||
|
> .badge {
|
||
|
float: left;
|
||
|
}
|
||
|
> .badge + .badge {
|
||
|
margin-left: 5px;
|
||
|
margin-right: 0px;
|
||
|
}
|
||
|
}
|