mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
- remove scss-lint and sass-lint - add stylelint and stylelint-order packages and configuration - update all *.scss files to new syntax fixes #14805
24 lines
814 B
SCSS
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;
|