.slider-axis { line, path { fill: none; stroke: @primary-disabled; } text { font-size: 0.7em; fill: @primary-disabled; } .domain { fill: none; stroke: @primary; stroke-opacity: .3; stroke-width: 0.7em; stroke-linecap: round; } } .slider { text { dominant-baseline: central; fill: @primary; font-size: 0.8em; } .filled { stroke-width: 0.3em; stroke-linecap: round; stroke: @primary-disabled; } .handle { fill: @primary; stroke-opacity: .5; cursor: crosshair; } }