Files
ionic-framework/core/src/components/segment/segment.ios.vars.scss
2018-03-12 16:02:25 -04:00

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;