From 62c422fa96d9751903e8eeb8ff6bccc45eb5995a Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sun, 22 Jul 2018 00:19:38 +0200 Subject: Basic WebUI Based on Material-UI, react-router and react-apollo --- webui/src/App.css | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 webui/src/App.css (limited to 'webui/src/App.css') diff --git a/webui/src/App.css b/webui/src/App.css deleted file mode 100644 index c5c6e8a6..00000000 --- a/webui/src/App.css +++ /dev/null @@ -1,28 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - animation: App-logo-spin infinite 20s linear; - height: 80px; -} - -.App-header { - background-color: #222; - height: 150px; - padding: 20px; - color: white; -} - -.App-title { - font-size: 1.5em; -} - -.App-intro { - font-size: large; -} - -@keyframes App-logo-spin { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } -} -- cgit