aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/network-graph/network-graph.styl
blob: d5f7ce20f28fbe83cc68b7983bffa05a004c9557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.os-network-graph
  width: 100%;
  height: 100%;

  .sm-graph
    width: 100%;
    height: 100%;
    
    .group 
      .group-shape
        stroke: #fff;
        stroke-width: 1.5px;
        cursor: move;
        opacity: 0.7;

      .group-name
        fill: rgba(133, 133, 133, 0.52);
        font-weight: 400;
        line-height: 20px;
        font-family: 'Helvetica', 'Arial', sans-serif;

    .link-group 
      text
        font: bold sans-serif;
        fill: rgba(8, 8, 8, 0.73);