mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
44 lines
567 B
Plaintext
44 lines
567 B
Plaintext
|
|
.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;
|
|
}
|
|
}
|