Files
2015-12-07 20:36:17 -06:00

30 lines
423 B
SCSS

@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;
}