blob: 7f69415dc81daeabd014d305ae1e8db2acf9bd14 [file] [log] [blame]
//
// List groups
// --------------------------------------------------
.list-group {
border-top: 1px solid @list-group-top-border;
.list-group-item:first-child {
border-top: 0;
}
}
.list-group-item {
border-left: 0;
border-right: 0;
}
.list-group-item-heading {
font-weight: 600;
}