a zip code crypto-currency system good for red ONLY

note.wp.scss 467B

12345678910111213141516171819202122232425
  1. @import "../../themes/ionic.globals.wp";
  2. // Windows Note
  3. // --------------------------------------------------
  4. /// @prop - Text color of the note
  5. $note-wp-color: $input-wp-border-color !default;
  6. .note-wp {
  7. color: $note-wp-color;
  8. }
  9. // Generate Windows Note Colors
  10. // --------------------------------------------------
  11. @each $color-name, $color-base, $color-contrast in get-colors($colors-wp) {
  12. .note-wp-#{$color-name} {
  13. color: $color-base;
  14. }
  15. }