Files
Brandy Carney bf00803737 fix(note): separate note from item so its styles will alway be applied
this was discussed with Ben previously, fixes #9173
2016-11-22 12:45:40 -05:00

25 lines
467 B
SCSS

@import "../../themes/ionic.globals.wp";
// Windows Note
// --------------------------------------------------
/// @prop - Text color of the note
$note-wp-color: $input-wp-border-color !default;
.note-wp {
color: $note-wp-color;
}
// Generate Windows Note Colors
// --------------------------------------------------
@each $color-name, $color-base, $color-contrast in get-colors($colors-wp) {
.note-wp-#{$color-name} {
color: $color-base;
}
}