a zip code crypto-currency system good for red ONLY

segment.scss 433B

1234567891011121314151617181920212223242526272829
  1. @import "../../themes/ionic.globals";
  2. // Segment
  3. // --------------------------------------------------
  4. ion-segment {
  5. display: flex;
  6. flex: 1;
  7. align-items: center;
  8. justify-content: center;
  9. width: 100%;
  10. }
  11. .segment-button {
  12. @include margin-horizontal(0);
  13. @include text-align(center);
  14. position: relative;
  15. display: block;
  16. overflow: hidden;
  17. text-overflow: ellipsis;
  18. white-space: nowrap;
  19. cursor: pointer;
  20. }