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, 20 insertions, 0 deletions
diff --git a/packages/anastasis-webui/src/style/index.css b/packages/anastasis-webui/src/style/index.css
new file mode 100644
index 000000000..5fe95de60
--- /dev/null
+++ b/packages/anastasis-webui/src/style/index.css
@@ -0,0 +1,20 @@
+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%;
+}