list-group.css

Same filename in other branches
  1. 8.9.x core/themes/bartik/css/components/list-group.css

List group. A list of links, grouped together.

File

core/themes/bartik/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. padding: 7px 0 0;
  8. border-top: 1px solid #ccc;
  9. }
  10. .list-group__description {
  11. margin: 0 0 10px;
  12. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.