a zip code crypto-currency system good for red ONLY

range.scss 644B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @import "../../themes/ionic.globals";
  2. // Range
  3. // --------------------------------------------------
  4. .item-range .item-inner {
  5. overflow: visible;
  6. width: 100%;
  7. }
  8. .item-range .input-wrapper {
  9. overflow: visible;
  10. flex-direction: column;
  11. width: 100%;
  12. }
  13. .item-range ion-range {
  14. width: 100%;
  15. }
  16. .item-range ion-range ion-label {
  17. align-self: center;
  18. }
  19. ion-range {
  20. position: relative;
  21. display: flex;
  22. align-items: center;
  23. }
  24. ion-range ion-label {
  25. flex: initial;
  26. }
  27. ion-range ion-icon {
  28. min-height: 2.4rem;
  29. font-size: 2.4rem;
  30. line-height: 1;
  31. }
  32. .range-slider {
  33. position: relative;
  34. flex: 1;
  35. cursor: pointer;
  36. }