aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/network-graph/network-graph.styl
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/network-graph/network-graph.styl')
-rw-r--r--ui/imports/ui/components/network-graph/network-graph.styl20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/imports/ui/components/network-graph/network-graph.styl b/ui/imports/ui/components/network-graph/network-graph.styl
new file mode 100644
index 0000000..114cc96
--- /dev/null
+++ b/ui/imports/ui/components/network-graph/network-graph.styl
@@ -0,0 +1,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);