aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.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/welcome.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/welcome.scss')
-rw-r--r--src/styles/welcome.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index b3d6515b1..b517431f0 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -1,9 +1,12 @@
1.auth .welcome { 1.auth .welcome {
2 height: auto;
3
2 &__content { 4 &__content {
3 align-items: center; 5 align-items: center;
4 color: #FFF; 6 color: #FFF;
5 display: flex; 7 display: flex;
6 justify-content: center; 8 justify-content: center;
9 height: auto;
7 } 10 }
8 11
9 &__logo { width: 100px; } 12 &__logo { width: 100px; }
@@ -37,6 +40,7 @@
37 display: block; 40 display: block;
38 margin-top: 100px; 41 margin-top: 100px;
39 text-align: center; 42 text-align: center;
43 height: auto;
40 44
41 .button:first-of-type { margin-right: 25px; } 45 .button:first-of-type { margin-right: 25px; }
42 } 46 }
@@ -71,6 +75,7 @@
71 padding: 20px 20px 5px; 75 padding: 20px 20px 5px;
72 text-align: center; 76 text-align: center;
73 width: 480px; 77 width: 480px;
78 height: auto;
74 } 79 }
75 80
76 &__featured-service { 81 &__featured-service {