@import "../../themes/ionic.globals.md"; @import "../item/item.md.vars"; // Material Design Toggle // -------------------------------------------------- /// @prop - Width of the toggle track $toggle-md-track-width: 36px !default; /// @prop - Height of the toggle track $toggle-md-track-height: 14px !default; /// @prop - Background color of the toggle track $toggle-md-track-background-color-off: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.39) !default; /// @prop - Background color alpha of the checked toggle track $toggle-md-track-background-color-alpha-on: .5 !default; /// @prop - Width of the toggle handle $toggle-md-handle-width: 20px !default; /// @prop - Height of the toggle handle $toggle-md-handle-height: 20px !default; /// @prop - Max height of the toggle handle $toggle-md-handle-max-height: calc(100% + 6px) !default; /// @prop - Border radius of the toggle handle $toggle-md-handle-border-radius: 50% !default; /// @prop - Box shadow of the toggle handle $toggle-md-handle-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !default; /// @prop - Background color of the toggle handle $toggle-md-handle-background-color-off: #ffffff !default; /// @prop - Margin top of the toggle $toggle-md-media-margin-top: 0 !default; /// @prop - Margin end of the toggle $toggle-md-media-margin-end: $toggle-md-media-margin-top !default; /// @prop - Margin bottom of the toggle $toggle-md-media-margin-bottom: $toggle-md-media-margin-top !default; /// @prop - Margin start of the toggle $toggle-md-media-margin-start: $toggle-md-media-margin-end !default; /// @prop - Transition duration of the toggle icon $toggle-md-transition-duration: 160ms !default; /// @prop - Transition of the toggle icon $toggle-md-transition: transform $toggle-md-transition-duration cubic-bezier(0.4, 0.0, 0.2, 1), background-color $toggle-md-transition-duration cubic-bezier(0.4, 0.0, 0.2, 1) !default; /// @prop - Opacity of the disabled toggle $toggle-md-disabled-opacity: $form-control-md-disabled-opacity !default; /// @prop - Padding top of standalone toggle $toggle-md-padding-top: 12px !default; /// @prop - Padding end of standalone toggle $toggle-md-padding-end: $toggle-md-padding-top !default; /// @prop - Padding bottom of standalone toggle $toggle-md-padding-bottom: $toggle-md-padding-top !default; /// @prop - Padding start of standalone toggle $toggle-md-padding-start: $toggle-md-padding-end !default; /// @prop - Padding top of the toggle positioned on the start in an item $toggle-md-item-start-padding-top: 12px !default; /// @prop - Padding end of the toggle positioned on the start in an item $toggle-md-item-start-padding-end: 18px !default; /// @prop - Padding bottom of the toggle positioned on the start in an item $toggle-md-item-start-padding-bottom: 12px !default; /// @prop - Padding start the toggle positioned on the start in an item $toggle-md-item-start-padding-start: 2px !default; /// @prop - Padding top of the toggle positioned on the end in an item $toggle-md-item-end-padding-top: 12px !default; /// @prop - Padding end of the toggle positioned on the end in an item $toggle-md-item-end-padding-end: 0 !default; /// @prop - Padding bottom of the toggle positioned on the end in an item $toggle-md-item-end-padding-bottom: 12px !default; /// @prop - Padding start of the toggle positioned on the end in an item $toggle-md-item-end-padding-start: $item-md-padding-start !default; /// @prop - The text color of the on/off labels $toggle-md-on-off-label-color: #000 !default; /// @prop - The text color of the on/off labels when the toggle is checked $toggle-md-on-off-label-checked-color: #fff !default;