aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/graph_hops.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/graph_hops.css')
-rw-r--r--graphgraph-fe/src/graph_hops.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphgraph-fe/src/graph_hops.css b/graphgraph-fe/src/graph_hops.css
new file mode 100644
index 0000000..474b661
--- /dev/null
+++ b/graphgraph-fe/src/graph_hops.css
@@ -0,0 +1,8 @@
+.hops-input{
+ display: flex;
+ flex-direction: column;
+}
+
+.hops-input-field{
+ width: 190px;
+}