Files
ionic-framework/core/src/components/datetime/datetime.md.vars.scss
Brandy Carney 7a8d5f68d2 chore(stylelint): remove sass-lint/scss-lint in favor of stylelint
- remove scss-lint and sass-lint
- add stylelint and stylelint-order packages and configuration
- update all *.scss files to new syntax

fixes #14805
2018-07-19 15:10:30 -05:00

24 lines
814 B
SCSS

@import "../../themes/ionic.globals.md";
@import "../item/item.md.vars";
// Material Design Datetime
// --------------------------------------------------
/// @prop - Padding top of the datetime
$datetime-md-padding-top: $item-md-padding-top !default;
/// @prop - Padding end of the datetime
$datetime-md-padding-end: ($item-md-padding-end / 2) !default;
/// @prop - Padding bottom of the datetime
$datetime-md-padding-bottom: $item-md-padding-bottom !default;
/// @prop - Padding start of the datetime
$datetime-md-padding-start: $item-md-padding-start !default;
/// @prop - Font family of the datetime
$datetime-md-font-family: $font-family-base !default;
/// @prop - Color of the datetime placeholder
$datetime-md-placeholder-color: $placeholder-text-color !default;