mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(label): add descriptions of sass variables
This commit is contained in:
@ -3,7 +3,10 @@
|
||||
// iOS Label
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Text color of the label
|
||||
$label-ios-text-color: #7f7f7f !default;
|
||||
|
||||
/// @prop - Margin of the label
|
||||
$label-ios-margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom 0 !default;
|
||||
|
||||
|
||||
|
@ -3,8 +3,13 @@
|
||||
// Material Design Label
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Text color of the label
|
||||
$label-md-text-color: #999 !default;
|
||||
|
||||
/// @prop - Text color of the label when it has focused
|
||||
$label-md-text-color-focused: color($colors-md, primary) !default;
|
||||
|
||||
/// @prop - Margin of the label
|
||||
$label-md-margin: $item-md-padding-top ($item-md-padding-right / 2) $item-md-padding-bottom 0 !default;
|
||||
|
||||
|
||||
|
@ -3,7 +3,10 @@
|
||||
// Windows Label
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Text color of the label
|
||||
$label-wp-text-color: #999 !default;
|
||||
|
||||
/// @prop - Text color of the label when it has focused
|
||||
$label-wp-text-color-focused: color($colors-wp, primary) !default;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user