mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge pull request #8949 from bul-ikana/master
docs(datetime): add sass variable descriptions
This commit is contained in:
@ -3,9 +3,16 @@
|
||||
// iOS DateTime
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Padding top of the DateTime component
|
||||
$datetime-ios-padding-top: $item-ios-padding-top !default;
|
||||
|
||||
/// @prop - Padding right of the DateTime component
|
||||
$datetime-ios-padding-right: ($item-ios-padding-right / 2) !default;
|
||||
|
||||
/// @prop - Padding bottom of the DateTime component
|
||||
$datetime-ios-padding-bottom: $item-ios-padding-bottom !default;
|
||||
|
||||
/// @prop - Padding left of the DateTime component
|
||||
$datetime-ios-padding-left: $item-ios-padding-left !default;
|
||||
|
||||
|
||||
|
@ -3,9 +3,16 @@
|
||||
// Material Design DateTime
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Padding top of the DateTime component
|
||||
$datetime-md-padding-top: $item-md-padding-top !default;
|
||||
|
||||
/// @prop - Padding right of the DateTime component
|
||||
$datetime-md-padding-right: ($item-md-padding-right / 2) !default;
|
||||
|
||||
/// @prop - Padding bottom of the DateTime component
|
||||
$datetime-md-padding-bottom: $item-md-padding-bottom !default;
|
||||
|
||||
/// @prop - Padding left of the DateTime component
|
||||
$datetime-md-padding-left: $item-md-padding-left !default;
|
||||
|
||||
|
||||
|
@ -3,14 +3,25 @@
|
||||
// Windows DateTime
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Min width of the DateTime component
|
||||
$datetime-wp-min-width: 45% !default;
|
||||
|
||||
/// @prop - Padding top of the DateTime component
|
||||
$datetime-wp-padding-top: $item-wp-padding-top !default;
|
||||
|
||||
/// @prop - Padding right of the DateTime component
|
||||
$datetime-wp-padding-right: ($item-wp-padding-right / 2) !default;
|
||||
|
||||
/// @prop - Padding bottom of the DateTime component
|
||||
$datetime-wp-padding-bottom: $item-wp-padding-bottom !default;
|
||||
|
||||
/// @prop - Padding left of the DateTime component
|
||||
$datetime-wp-padding-left: $item-wp-padding-left !default;
|
||||
|
||||
/// @prop - Border width of the DateTime component
|
||||
$datetime-wp-border-width: 2px !default;
|
||||
|
||||
/// @prop - Border color of the DateTime component
|
||||
$datetime-wp-border-color: $input-wp-border-color !default;
|
||||
|
||||
.datetime-wp {
|
||||
|
Reference in New Issue
Block a user