mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
committed by
Brandy Carney
parent
6a0c92c509
commit
52a6d41c86
@@ -24,6 +24,10 @@ $datetime-wp-border-width: 2px !default;
|
||||
/// @prop - Border color of the DateTime component
|
||||
$datetime-wp-border-color: $input-wp-border-color !default;
|
||||
|
||||
/// @prop - Color of the DateTime placeholder
|
||||
$datetime-wp-placeholder-color: $input-wp-border-color !default;
|
||||
|
||||
|
||||
.datetime-wp {
|
||||
padding: $datetime-wp-padding-top $datetime-wp-padding-right $datetime-wp-padding-bottom $datetime-wp-padding-left;
|
||||
|
||||
@@ -42,3 +46,8 @@ $datetime-wp-border-color: $input-wp-border-color !default;
|
||||
.item-datetime .datetime-wp ion-label[floating] {
|
||||
transform: translate3d(8px, 41px, 0);
|
||||
}
|
||||
|
||||
.datetime-wp .datetime-placeholder {
|
||||
color: $datetime-wp-placeholder-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user