UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

18 lines (16 loc) 300 B
// // 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: 700; }