aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/d3graph/d3graph.styl
blob: 27908be4331d7b5f54330d761d9d789e65c08f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#dgraphid
  width: 100%;
  height: 100%;

  svg.os-d3-graph {
      /*background-color: antiquewhite;*/
      /*background-color: rgb(161, 183, 206);*/
      background-color:#FDFEFF;
      /*height:100vh; */
      /* padding-top: 100px; */

  }