summaryrefslogtreecommitdiff
path: root/src/components/Root.module.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2018-10-20 20:32:02 +0800
committerHaishan <[email protected]>2018-10-20 20:32:02 +0800
commit133b29c9dac2209a3c88c3289f84ff709d404392 (patch)
treee023785cc82db732c64328a5d99938992eceecfd /src/components/Root.module.scss
first commit
Diffstat (limited to 'src/components/Root.module.scss')
-rw-r--r--src/components/Root.module.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss
new file mode 100644
index 0000000..c21831d
--- /dev/null
+++ b/src/components/Root.module.scss
@@ -0,0 +1,7 @@
+.app {
+ display: flex;
+ background: #202020;
+
+ min-height: 640px;
+ height: 100vh;
+}