- Timestamp:
- 11/17/2020 07:31:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_group_header.scss
r12215 r12789 1 1 // BP Single Group Header Styles. 2 // @version 3.0.0 2 // @since 3.0.0 3 // @version 7.0.0 3 4 4 5 .groups-header { 5 6 6 7 .bp-group-type-list { 8 9 @include font-size(18); 7 10 margin: 0; 11 color: $black; 12 display: flex; 13 14 strong { 15 padding-right: $pad-med; 16 white-space: nowrap; 17 } 8 18 } 9 19
Note: See TracChangeset
for help on using the changeset viewer.