Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / list-group.less
1 //
2 // List groups
3 // --------------------------------------------------
4
5 .list-group {
6   border-top: 1px solid @list-group-top-border;
7   .list-group-item:first-child {
8     border-top: 0;
9   }
10 }
11 .list-group-item {
12   border-left: 0;
13   border-right: 0;
14 }
15
16 .list-group-item-heading {
17   font-weight: 700;
18 }