aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/src/app.css')
-rw-r--r--graphgraph-fe/src/app.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/graphgraph-fe/src/app.css b/graphgraph-fe/src/app.css
new file mode 100644
index 0000000..8c39ae0
--- /dev/null
+++ b/graphgraph-fe/src/app.css
@@ -0,0 +1,53 @@
+.App {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+.App-logo {
+ animation: App-logo-spin infinite 20s linear;
+ height: 40vmin;
+}
+
+.App-header {
+ background-color: #282c34;
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ font-size: calc(10px + 2vmin);
+ color: white;
+}
+
+.App-link {
+ color: #61dafb;
+}
+
+@keyframes App-logo-spin {
+ from {
+ transform: rotate(0deg);
+ }
+ to {
+ transform: rotate(360deg);
+ }
+}
+
+.root {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+.graph-area{
+ border-style: solid;
+ border-color: darkgray;
+ border-width: 1px 0 1px 0;
+ position: relative;
+ width: 100%;
+ height: 70%;
+}