UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
@swimlane
/
ngx-charts
/
release
/
common
/
timeline
/
timeline.component.css
14 lines
(10 loc)
•
258 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.timeline
.brush-background
{
fill
:
rgba
(
0
,
0
,
0
,
0.05
); }
.timeline
.brush
.selection
{
fill
:
rgba
(
0
,
0
,
0
,
0.1
);
stroke-width
:
1px
;
stroke
:
#888888
; }
.timeline
.brush
.handle
{
fill-opacity
:
0
; }
.timeline
.embedded-chart
{
opacity
:
0.6
; }