mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
17 lines
504 B
SCSS
17 lines
504 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Datetime
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Minimum width of the datetime text
|
|
$datetime-text-min-width: 16px !default;
|
|
|
|
/// @prop - Minimum height of the datetime text
|
|
$datetime-text-min-height: 1.2em !default;
|
|
|
|
/// @prop - Line height of the datetime text
|
|
$datetime-text-line-height: 1.2 !default;
|
|
|
|
/// @prop - Opacity of the disabled datetime
|
|
$datetime-disabled-opacity: .4 !default;
|