From 58457a8de75959ae07dc09df095d72adc5965a7c Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Tue, 15 Jan 2019 18:53:50 +0100 Subject: Initial commit Java dummy backend and frontend Change-Id: I8c5528fcf8a746154e0463e065238061ddf6b877 Issue-ID: AAI-532 Signed-off-by: Pavel Paroulek --- graphgraph-fe/src/GraphHops.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 graphgraph-fe/src/GraphHops.css (limited to 'graphgraph-fe/src/GraphHops.css') diff --git a/graphgraph-fe/src/GraphHops.css b/graphgraph-fe/src/GraphHops.css new file mode 100644 index 0000000..b6207eb --- /dev/null +++ b/graphgraph-fe/src/GraphHops.css @@ -0,0 +1,9 @@ + +.hops-input{ +display: flex; +flex-direction: column; +} + +.hops-input-field{ +width: 190px; +} -- cgit 1.2.3-korg