You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
637 B
35 lines
637 B
@import '~nouislider/dist/nouislider.css'; |
|
@import '../../../base/plugins/extensions/ext-component-sliders.scss'; |
|
@import '../../../base/core/colors/palette-noui'; |
|
|
|
.noUi-vertical .noUi-origin { |
|
top: 0; |
|
} |
|
|
|
.noUi-horizontal { |
|
.noUi-origin { |
|
.noUi-handle { |
|
right: -10px; |
|
} |
|
} |
|
} |
|
|
|
html[dir='rtl'] .noUi-horizontal { |
|
.noUi-origin { |
|
left: auto !important; |
|
right: 0 !important; |
|
.noUi-handle { |
|
right: unset; |
|
left: -0.5rem; |
|
} |
|
} |
|
.noUi-connects { |
|
.noUi-connect { |
|
left: -0.5rem; |
|
transform-origin: 0; |
|
} |
|
} |
|
.noUi-value-horizontal { |
|
transform: translate(-50%, 50%); |
|
} |
|
}
|
|
|