You are here

list-group.css in Zircon Profile 8

List group. A list of links, grouped together.

File

themes/zircon/css/components/list-group.css
View source
  1. /**
  2. * @file
  3. * List group.
  4. * A list of links, grouped together.
  5. */
  6. .list-group__link {
  7. border-top: 1px solid #ccc;
  8. padding: 7px 0 0;
  9. }
  10. .list-group__description {
  11. margin: 0 0 10px;
  12. }