@import "../../themes/ionic.globals.ios"; @import "../item/item.ios.vars"; // iOS Label // -------------------------------------------------- /// @prop - Text color of the stacked/floating label when it is focused $label-ios-text-color-focused: null !default; /// @prop - Font size of the label when the text wraps $label-ios-text-wrap-font-size: dynamic-font(14px) !default; /// @prop - Line height of the label when the text wraps $label-ios-text-wrap-line-height: 1.5 !default; /// @prop - Color of the item paragraph $item-ios-paragraph-text-color: $text-color-step-600 !default;