mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
11 lines
344 B
SCSS
11 lines
344 B
SCSS
@import "../../themes/ionic.globals.ios";
|
|
|
|
// iOS Segment
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Background of the segment button
|
|
$segment-ios-font-family: $font-family-ios-base !default;
|
|
|
|
/// @prop - Opacity of the disabled segment
|
|
$segment-ios-opacity-disabled: .4 !default;
|