- Timestamp:
- 05/18/2019 06:57:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp-mixins.scss
r12082 r12397 533 533 } 534 534 535 @mixin pwd-strong-colors($color: inherit, $background: null, $border: null) { 536 537 @if $background { 538 $background: $background; 539 } @else { 540 $background: $background-strong; 541 } 542 543 background-color: $background; 544 545 @if $border { 546 $border: $border; 547 } @else { 548 $border: $border-strong; 549 } 550 551 border-color: $border; 552 553 color: $color; 554 } 555 535 556 // BP Tooltips 536 557
Note: See TracChangeset
for help on using the changeset viewer.