mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
30 lines
423 B
SCSS
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;
|
|
}
|