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

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


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