/**
* DevExtreme (widgets/common/rangeSlider.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./slider.less";

.dx-rangeslider-start-handle {
    top: 0;
    right: auto;
    left: 0;
}

.dx-rtl .dx-rangeslider-start-handle {
    right: 0;
    left: auto;
}
