front-page new structure with module-gallery and content and footer logo-gallery
3 // --------------------------------------------------
7 // Easily usable on <ul>, <ol>, or <div>.
9 // No need to set list-style: none; since .list-group-item is block level
11 padding-left: 0; // reset padding because ul and ol
14 // Individual list items
15 // -------------------------
21 // Place the border on the list items and negative margin up for better styling
23 background-color: @list-group-bg;
24 border: 1px solid @list-group-border;
26 // Round the first and last items
28 .border-top-radius(@list-group-border-radius);
32 .border-bottom-radius(@list-group-border-radius);
35 // Align badges within list items
46 color: @list-group-link-color;
48 .list-group-item-heading {
49 color: @list-group-link-heading-color;
55 text-decoration: none;
56 background-color: @list-group-hover-bg;
59 // Active class on item itself, not parent
63 z-index: 2; // Place active items above their siblings for proper border styling
64 color: @list-group-active-color;
65 background-color: @list-group-active-bg;
66 border-color: @list-group-active-border;
68 // Force color to inherit for custom content
69 .list-group-item-heading {
72 .list-group-item-text {
73 color: lighten(@list-group-active-bg, 40%);
78 // Custom content options
79 // -------------------------
81 .list-group-item-heading {
85 .list-group-item-text {