Files
2015-10-14 12:30:54 -04:00

38 lines
485 B
SCSS

// Segment
// --------------------------------------------------
ion-segment {
display: block;
}
.ion-segment {
display: flex;
flex: 1;
width: 100%;
button,
[button] {
margin-left: 0;
margin-right: 0;
flex: 1;
display: block;
overflow: hidden;
padding: 0 16px;
width: 0;
border-width: 1px 0px 1px 1px;
border-radius: 0;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
background: none;
}
}