mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
18 lines
556 B
SCSS
18 lines
556 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;
|