@import "../../globals.core";

// Segment
// --------------------------------------------------


ion-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.segment-button {
  position: relative;
  display: block;

  margin-left: 0;
  margin-right: 0;

  flex: 1;
  width: 0;

  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
