@import "../../themes/native/native.globals.ios"; // Ionic Button // ------------------------------------------------------------------------------- /// @prop - Padding top of the button $button-ionic-padding-top: px-to-rem(12); /// @prop - Padding end of the button $button-ionic-padding-end: px-to-rem(16); /// @prop - Padding bottom of the button $button-ionic-padding-bottom: $button-ionic-padding-top; /// @prop - Padding start of the button $button-ionic-padding-start: $button-ionic-padding-end; /// @prop - Minimum height of the button $button-ionic-min-height: px-to-rem(40); /// @prop - Font size of the button text /// The maximum font size is calculated by taking the default font size /// and multiplying it by 3, since 310% of the default is the maximum $button-ionic-font-size: dynamic-font-max(14px, 3); // Ionic Extra Small Button // ------------------------------------------------------------------------------- /// @prop - Padding top of the extra small button $button-ionic-xsmall-padding-top: px-to-rem(4); /// @prop - Padding end of the extra small button $button-ionic-xsmall-padding-end: px-to-rem(12); /// @prop - Padding bottom of the extra small button $button-ionic-xsmall-padding-bottom: $button-ionic-xsmall-padding-top; /// @prop - Padding start of the extra small button $button-ionic-xsmall-padding-start: $button-ionic-xsmall-padding-end; /// @prop - Minimum height of the extra small button $button-ionic-xsmall-min-height: px-to-rem(24); /// @prop - Font size of the extra small button text /// The maximum font size is calculated by taking the default font size /// and multiplying it by 3, since 310% of the default is the maximum $button-ionic-xsmall-font-size: dynamic-font-max(12px, 3); // Ionic Small Button // ------------------------------------------------------------------------------- /// @prop - Padding top of the small button $button-ionic-small-padding-top: px-to-rem(8); /// @prop - Padding end of the small button $button-ionic-small-padding-end: px-to-rem(16); /// @prop - Padding bottom of the small button $button-ionic-small-padding-bottom: $button-ionic-small-padding-top; /// @prop - Padding start of the small button $button-ionic-small-padding-start: $button-ionic-small-padding-end; /// @prop - Minimum height of the small button $button-ionic-small-min-height: px-to-rem(32); /// @prop - Font size of the small button text /// The maximum font size is calculated by taking the default font size /// and multiplying it by 3, since 310% of the default is the maximum $button-ionic-small-font-size: dynamic-font-max(12px, 3); // Ionic Large Button // ------------------------------------------------------------------------------- /// @prop - Padding top of the large button $button-ionic-large-padding-top: px-to-rem(16); /// @prop - Padding end of the large button $button-ionic-large-padding-end: px-to-rem(24); /// @prop - Padding bottom of the large button $button-ionic-large-padding-bottom: $button-ionic-large-padding-top; /// @prop - Padding start of the large button $button-ionic-large-padding-start: $button-ionic-large-padding-end; /// @prop - Minimum height of the large button $button-ionic-large-min-height: px-to-rem(48); /// @prop - Font size of the large button text /// The maximum font size is calculated by taking the default font size /// and multiplying it by 3, since 310% of the default is the maximum $button-ionic-large-font-size: dynamic-font-max(16px, 3); // Ionic Extra Large Button // ------------------------------------------------------------------------------- /// @prop - Padding top of the extra large button $button-ionic-xlarge-padding-top: px-to-rem(16); /// @prop - Padding end of the extra large button $button-ionic-xlarge-padding-end: px-to-rem(32); /// @prop - Padding bottom of the extra large button $button-ionic-xlarge-padding-bottom: $button-ionic-xlarge-padding-top; /// @prop - Padding start of the extra large button $button-ionic-xlarge-padding-start: $button-ionic-xlarge-padding-end; /// @prop - Minimum height of the extra large button $button-ionic-xlarge-min-height: px-to-rem(56); /// @prop - Font size of the extra large button text /// The maximum font size is calculated by taking the default font size /// and multiplying it by 3, since 310% of the default is the maximum $button-ionic-xlarge-font-size: dynamic-font-max(20px, 3); // Ionic Outline Button // ------------------------------------------------------------------------------- /// @prop - Border width of the outline button $button-ionic-outline-border-width: 1px; /// @prop - Border style of the outline button $button-ionic-outline-border-style: solid;