mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
25 lines
826 B
SCSS
25 lines
826 B
SCSS
@import "../../themes/ionic.globals.ios";
|
|
|
|
@import "../item/item.ios.vars";
|
|
|
|
// iOS Datetime
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Padding top of the datetime
|
|
$datetime-ios-padding-top: $item-ios-padding-top !default;
|
|
|
|
/// @prop - Padding end of the datetime
|
|
$datetime-ios-padding-end: ($item-ios-padding-end / 2) !default;
|
|
|
|
/// @prop - Padding bottom of the datetime
|
|
$datetime-ios-padding-bottom: $item-ios-padding-bottom !default;
|
|
|
|
/// @prop - Padding start of the datetime
|
|
$datetime-ios-padding-start: $item-ios-padding-start !default;
|
|
|
|
/// @prop - Font family of the datetime
|
|
$datetime-ios-font-family: $font-family-ios-base !default;
|
|
|
|
/// @prop - Color of the datetime placeholder
|
|
$datetime-ios-placeholder-color: $text-ios-color-step-600 !default;
|