Files
ionic-framework/src/components/datetime/datetime.scss
2016-09-13 16:57:32 -05:00

38 lines
553 B
SCSS

@import "../../themes/ionic.globals";
// DateTime
// --------------------------------------------------
ion-datetime {
display: flex;
overflow: hidden;
}
.datetime-text {
overflow: hidden;
flex: 1;
min-width: 16px;
min-height: 1.2em;
font-size: inherit;
line-height: 1.2;
text-overflow: ellipsis;
white-space: nowrap;
}
.datetime-disabled,
.item-datetime-disabled ion-label {
opacity: .4;
pointer-events: none;
}
.item-label-stacked ion-datetime,
.item-label-floating ion-datetime {
padding-left: 0;
width: 100%;
}