aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/auth.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 01:01:12 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 01:01:12 +0100
commitf01957203f77fce8b65d5e034a8acd68f1e0ae2e (patch)
tree2f8d0d232266cdc7ed74e1913b270527f46bb33d /src/styles/auth.scss
parentAdd dark mode styles to content tabs (diff)
downloadferdium-app-f01957203f77fce8b65d5e034a8acd68f1e0ae2e.tar.gz
ferdium-app-f01957203f77fce8b65d5e034a8acd68f1e0ae2e.tar.zst
ferdium-app-f01957203f77fce8b65d5e034a8acd68f1e0ae2e.zip
Upgrade to react 16
TODO: add componentDidCatch
Diffstat (limited to 'src/styles/auth.scss')
-rw-r--r--src/styles/auth.scss14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/styles/auth.scss b/src/styles/auth.scss
index 54e264dc6..817801982 100644
--- a/src/styles/auth.scss
+++ b/src/styles/auth.scss
@@ -33,17 +33,9 @@
33 33
34 .auth__layout { 34 .auth__layout {
35 width: 100%; 35 width: 100%;
36 36 display: flex;
37 & > div { 37 align-items: center;
38 align-items: center; 38 justify-content: center;
39 display: flex;
40 justify-content: center;
41
42 & > span {
43 position: absolute;
44 width: 100%;
45 }
46 }
47 } 39 }
48 40
49 .auth__container { 41 .auth__container {