a zip code crypto-currency system good for red ONLY

content.wp.scss 530B

1234567891011121314151617181920212223242526
  1. @import "../../themes/ionic.globals.wp";
  2. // Windows Content
  3. // --------------------------------------------------
  4. .content-wp {
  5. color: $text-wp-color;
  6. background-color: $background-wp-color;
  7. }
  8. .content-wp hr {
  9. background-color: rgba(0, 0, 0, .08);
  10. }
  11. // Windows Content Padding
  12. // --------------------------------------------------
  13. @include content-padding('wp', $content-wp-padding);
  14. // Windows Content Margin
  15. // --------------------------------------------------
  16. @include content-margin('wp', $content-wp-margin);