aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/Graph.css
blob: 1e5c7d896ec4f59570a38bbb151788be8d9d8c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#graph {
    height: 100%;
    width: 100%;
}

.arrow {
    stroke-width:5;
    stroke:#000;
    stroke-dasharray:5, 5;
}

.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
}