Changeset 9930
- Timestamp:
- 06/11/2015 03:13:22 AM (10 years ago)
- Location:
- branches/2.3/src/bp-templates/bp-legacy/css
- Files:
-
- 2 edited
-
twentyfifteen.scss (modified) (1 diff)
-
twentyfourteen.scss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r9905 r9930 103 103 @mixin message-box($background, $text-color: null) { 104 104 105 @if ($text-color){105 @if $text-color { 106 106 // if a param was passed through 107 107 $text-color: $text-color; -
branches/2.3/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r9905 r9930 105 105 @mixin message-box($background, $text-color: null) { 106 106 107 @if ($text-color){107 @if $text-color { 108 108 // if a param was passed through 109 109 $text-color: $text-color;
Note: See TracChangeset
for help on using the changeset viewer.