Files
2016-03-10 22:42:38 -05:00

30 lines
460 B
SCSS

@import "../../globals.core";
// Select
// --------------------------------------------------
ion-select {
display: flex;
overflow: hidden;
max-width: 45%;
}
.select-text {
overflow: hidden;
flex: 1;
min-width: 16px;
font-size: inherit;
text-overflow: ellipsis;
white-space: nowrap;
}
.item-multiple-inputs ion-select {
position: relative;
}
.select-disabled,
.item-select-disabled ion-label {
opacity: .4;
pointer-events: none;
}