aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/style/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/style/index.css')
-rw-r--r--packages/anastasis-webui/src/style/index.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/anastasis-webui/src/style/index.css b/packages/anastasis-webui/src/style/index.css
index 5fe95de60..e69de29bb 100644
--- a/packages/anastasis-webui/src/style/index.css
+++ b/packages/anastasis-webui/src/style/index.css
@@ -1,20 +0,0 @@
-html, body {
- height: 100%;
- width: 100%;
- padding: 0;
- margin: 0;
- background: #FAFAFA;
- font-family: 'Helvetica Neue', arial, sans-serif;
- font-weight: 400;
- color: #444;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-* {
- box-sizing: border-box;
-}
-
-#app {
- height: 100%;
-}