aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/App.css
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-22 10:06:40 +0200
committerGitHub <noreply@github.com>2018-07-22 10:06:40 +0200
commite1f597639bfc2f796f74afa87e41581087f0b26e (patch)
tree4bf2bcb127924ed3265c68bd9beb4baa24def432 /webui/src/App.css
parent94623b2a82485e573005fc52441dcdbe79f8d026 (diff)
parent6d8559048f9dcbac4ee9f65de54bda4cd1a7431c (diff)
downloadgit-bug-e1f597639bfc2f796f74afa87e41581087f0b26e.tar.gz
Merge pull request #3 from MichaelMure/ui
WIP: Web UI
Diffstat (limited to 'webui/src/App.css')
-rw-r--r--webui/src/App.css28
1 files changed, 0 insertions, 28 deletions
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); }
-}