mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
26 lines
451 B
SCSS
26 lines
451 B
SCSS
@import "./segment";
|
|
@import "./segment.ios.vars";
|
|
|
|
// iOS Segment
|
|
// --------------------------------------------------
|
|
|
|
.segment-ios {
|
|
font-family: $segment-ios-font-family;
|
|
}
|
|
|
|
.segment-ios.segment-disabled {
|
|
opacity: $segment-ios-opacity-disabled;
|
|
|
|
pointer-events: none;
|
|
}
|
|
|
|
|
|
// iOS Segment in Toolbar
|
|
// --------------------------------------------------
|
|
|
|
.toolbar-ios .segment-ios {
|
|
@include position(0, 0, 0, 0);
|
|
|
|
position: absolute;
|
|
}
|