mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
49 lines
612 B
SCSS
49 lines
612 B
SCSS
@import "../../themes/ionic.globals";
|
|
|
|
// Range
|
|
// --------------------------------------------------
|
|
|
|
.item-range .item-inner {
|
|
overflow: visible;
|
|
}
|
|
|
|
.item-range .input-wrapper {
|
|
overflow: visible;
|
|
|
|
flex-direction: column;
|
|
}
|
|
|
|
.item-range ion-range {
|
|
width: 100%;
|
|
}
|
|
|
|
.item-range ion-range ion-label {
|
|
align-self: center;
|
|
}
|
|
|
|
ion-range {
|
|
position: relative;
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
}
|
|
|
|
ion-range ion-label {
|
|
flex: initial;
|
|
}
|
|
|
|
ion-range ion-icon {
|
|
min-height: 2.4rem;
|
|
|
|
font-size: 2.4rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.range-slider {
|
|
position: relative;
|
|
|
|
flex: 1;
|
|
|
|
cursor: pointer;
|
|
}
|