list-group.css in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
List group. A list of links, grouped together.
File
themes/zircon/css/components/list-group.cssView source
- /**
- * @file
- * List group.
- * A list of links, grouped together.
- */
-
- .list-group__link {
- border-top: 1px solid #ccc;
- padding: 7px 0 0;
- }
- .list-group__description {
- margin: 0 0 10px;
- }