aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/auth.scss
diff options
context:
space:
mode:
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 {