- Timestamp:
- 05/18/2019 06:57:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss
r12082 r12397 260 260 &.bad { 261 261 262 @include pwd-bad-colors($color: $ white);262 @include pwd-bad-colors($color: $black); 263 263 } 264 264 265 265 &.short { 266 266 267 @include pwd-short-colors($color: $white); 267 @include pwd-short-colors($color: $black); 268 } 269 270 &.good { 271 272 @include pwd-good-colors($color: $black); 268 273 } 269 274 270 275 &.strong { 271 276 272 @include pwd- good-colors($color: $white);277 @include pwd-strong-colors($color: $black); 273 278 } 274 279
Note: See TracChangeset
for help on using the changeset viewer.