mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
16 lines
405 B
SCSS
16 lines
405 B
SCSS
@import "./datetime";
|
|
@import "./datetime.md.vars";
|
|
|
|
// Material Design Datetime
|
|
// --------------------------------------------------
|
|
|
|
.datetime-md {
|
|
@include padding($datetime-md-padding-top, $datetime-md-padding-end, $datetime-md-padding-bottom, $datetime-md-padding-start);
|
|
|
|
font-family: $datetime-md-font-family;
|
|
}
|
|
|
|
.datetime-md .datetime-placeholder {
|
|
color: $datetime-md-placeholder-color;
|
|
}
|