Files
2016-02-23 16:39:46 -05:00

28 lines
418 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;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}