mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
18 lines
287 B
SCSS
18 lines
287 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Segment
|
|
// --------------------------------------------------
|
|
|
|
ion-segment {
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|