Files
2016-03-14 15:56:19 -04:00

30 lines
420 B
SCSS

@import "../../globals.core";
// Segment
// --------------------------------------------------
ion-segment {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
width: 100%;
}
.segment-button {
position: relative;
display: block;
overflow: hidden;
margin-right: 0;
margin-left: 0;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
}