a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738
  1. @import "../../themes/ionic.globals";
  2. // DateTime
  3. // --------------------------------------------------
  4. ion-datetime {
  5. display: flex;
  6. overflow: hidden;
  7. }
  8. .datetime-text {
  9. overflow: hidden;
  10. flex: 1;
  11. min-width: 16px;
  12. min-height: 1.2em;
  13. font-size: inherit;
  14. line-height: 1.2;
  15. text-overflow: ellipsis;
  16. white-space: nowrap;
  17. }
  18. .datetime-disabled,
  19. .item-datetime-disabled ion-label {
  20. opacity: .4;
  21. pointer-events: none;
  22. }
  23. .item-label-stacked ion-datetime,
  24. .item-label-floating ion-datetime {
  25. @include padding-horizontal(0, null);
  26. width: 100%;
  27. }