mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
- adds shadow - adds and documents css variables - gets placeholder color working - gets multiple datetimes in an item working fixes #15547 references #14850
11 lines
289 B
SCSS
11 lines
289 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Datetime
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Minimum width of the datetime
|
|
$datetime-min-width: 16px !default;
|
|
|
|
/// @prop - Minimum height of the datetime
|
|
$datetime-min-height: 1.2em !default;
|