aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/react/index.scss')
-rw-r--r--src/client/react/index.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/react/index.scss b/src/client/react/index.scss
new file mode 100644
index 0000000..4042d06
--- /dev/null
+++ b/src/client/react/index.scss
@@ -0,0 +1,12 @@
+* {
+ box-sizing: border-box;
+}
+
+body {
+ font-family: 'Roboto';
+ margin: 0;
+}
+
+:global(.grow) {
+ flex-grow: 1;
+}