Merge pull request #8949 from bul-ikana/master

docs(datetime): add sass variable descriptions
This commit is contained in:
Manu Mtz.-Almeida
2016-10-31 14:40:24 +01:00
committed by GitHub
3 changed files with 25 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 {