aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/flow-graph/flow-graph.styl
blob: e858fb9557dffcf91c0817d699ab26c3babf3004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Set the component style here */
// "FlowGraph"
.os-flow-graph 

 	path 
    stroke: steelblue;
    stroke-width: 2;
    fill: none; 

  line
    stroke: black; 

  text
    font-family: Arial;
    font-size: 9pt;

	.sm-graph
		background-color:#FDFEFF;