aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/SliderBox.scss
blob: 4206a368da630926660ba4df1255b1117e6486cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.sliderBox-outerDiv {
    width: calc(100% - 14px);   // 14px accounts for handles that are at the max value of the slider that would extend outside the box
    height: 100%;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    .slider-tracks {
        top: 7px;
        position: relative;
    }
    .slider-ticks {
        position: relative;
    }
    .slider-handles {
        top: 7px;
        position: relative;
    }
}