a zip code crypto-currency system good for red ONLY

note.md.scss 495B

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