mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
resolves #19423 BREAKING CHANGE: The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
27 lines
840 B
SCSS
27 lines
840 B
SCSS
// MD Datetime
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Font size for title in header
|
|
$datetime-md-title-font-size: 12px !default;
|
|
|
|
/// @prop - Font size for selected date in header
|
|
$datetime-md-selected-date-font-size: 34px !default;
|
|
|
|
/// @prop - Font size for calendar day button
|
|
$datetime-md-calendar-item-font-size: 14px !default;
|
|
|
|
/// @prop - Padding for content in header
|
|
$datetime-md-header-padding: 20px !default;
|
|
|
|
/// @prop - Padding for content
|
|
$datetime-md-padding: 16px !default;
|
|
|
|
/// @prop - Height of the time picker
|
|
$datetime-md-time-height: 28px !default;
|
|
|
|
/// @prop - Width of the time picker
|
|
$datetime-md-time-width: 68px !default;
|
|
|
|
/// @prop - Border radius of the time picker
|
|
$datetime-md-time-border-radius: 4px !default;
|