aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/Graph.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/Graph.css')
-rw-r--r--graphgraph-fe/src/Graph.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphgraph-fe/src/Graph.css b/graphgraph-fe/src/Graph.css
new file mode 100644
index 0000000..1e5c7d8
--- /dev/null
+++ b/graphgraph-fe/src/Graph.css
@@ -0,0 +1,20 @@
+#graph {
+ height: 100%;
+ width: 100%;
+}
+
+.arrow {
+ stroke-width:5;
+ stroke:#000;
+ stroke-dasharray:5, 5;
+}
+
+.d3-tip {
+ line-height: 1;
+ font-weight: bold;
+ padding: 12px;
+ background: rgba(0, 0, 0, 0.8);
+ color: #fff;
+ border-radius: 2px;
+}
+