mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
@ -10,6 +10,11 @@
|
|||||||
font-family: $label-ios-font-family;
|
font-family: $label-ios-font-family;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[text-wrap] .label-ios {
|
||||||
|
font-size: $label-ios-text-wrap-font-size;
|
||||||
|
line-height: $label-ios-text-wrap-line-height;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// iOS Default Label Inside An Input/Select Item
|
// iOS Default Label Inside An Input/Select Item
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
@ -25,3 +25,9 @@ $label-ios-margin-bottom: $item-ios-padding-bottom !default;
|
|||||||
|
|
||||||
/// @prop - Margin start of the label
|
/// @prop - Margin start of the label
|
||||||
$label-ios-margin-start: 0 !default;
|
$label-ios-margin-start: 0 !default;
|
||||||
|
|
||||||
|
/// @prop - Font size of the label when the text wraps
|
||||||
|
$label-ios-text-wrap-font-size: 14px !default;
|
||||||
|
|
||||||
|
/// @prop - Line height of the label when the text wraps
|
||||||
|
$label-ios-text-wrap-line-height: 1.5 !default;
|
||||||
|
Reference in New Issue
Block a user