@c8y/style
Version:
Styles for Cumulocity IoT applications
34 lines (28 loc) • 551 B
text/less
body>.c8y-timelines-chart-tooltip {
position: absolute;
z-index: 1060;
padding: @margin-base;
border: 0;
background: @component-background-default;
font-size: @font-size-small;
pointer-events: none;
.boxShadowHelper(md);
}
.c8y-timelines-chart {
position: relative;
.axis {
path,
line {
fill: none;
stroke: @gray-60;
shape-rendering: crispEdges;
}
text {
font-size: @font-size-xs;
}
.tick line,
.domain {
stroke: @gray-80;
}
}
}