Files
ionic-framework/src/components/range/range.scss
2016-06-01 10:44:14 -04:00

45 lines
541 B
SCSS

@import "../../globals.core";
// Range
// --------------------------------------------------
.item-range .item-inner {
overflow: visible;
}
.item-range .input-wrapper {
overflow: visible;
flex-direction: column;
}
.item-range ion-range {
width: 100%;
}
ion-range {
position: relative;
display: flex;
align-items: center;
ion-label {
flex: initial;
}
ion-icon {
min-height: 2.4rem;
font-size: 2.4rem;
line-height: 1;
}
}
.range-slider {
position: relative;
flex: 1;
cursor: pointer;
}