32 lines
604 B
Sass
32 lines
604 B
Sass
.workflow-group-offset-diagram-component
|
|
.noUi-tooltip
|
|
white-space: nowrap
|
|
.range-slider-container
|
|
padding: 18px 30px
|
|
|
|
// SVG
|
|
.workflow-group-offset-diagram-container
|
|
.groups-crossing-left-axis
|
|
text
|
|
fill: black
|
|
font-weight: bold
|
|
.groups-crossing-right-axis
|
|
text
|
|
fill: black
|
|
font-weight: bold
|
|
text-anchor: end
|
|
.bar
|
|
fill: #5f89ad
|
|
&.lead-time-none
|
|
fill: #f2711c
|
|
&.extra-duration
|
|
fill: #fff
|
|
fill-opacity: 0.2
|
|
.offset-line
|
|
stroke: #adadad
|
|
stroke-width: 1px
|
|
.base-line
|
|
stroke: #2185d0
|
|
stroke-width: 3px
|
|
|