From 4acc48cbea4fb83b766bd5eaf8abae5e235a51b9 Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Sat, 9 Jan 2016 17:16:20 +0200 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=BA=D1=82=D0=B8=D0=B2=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B0=D0=BA=D0=BA=D0=B0=D1=83=D0=BD=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/auth/SignIn.jsx | 5 ++--- src/components/auth/signIn.scss | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/components/auth/SignIn.jsx b/src/components/auth/SignIn.jsx index 3bb1392..bd56ce7 100644 --- a/src/components/auth/SignIn.jsx +++ b/src/components/auth/SignIn.jsx @@ -183,9 +183,8 @@ export default class SignIn extends Component { }>
-
- -
+
+
erickskrauch@yandex.ru) diff --git a/src/components/auth/signIn.scss b/src/components/auth/signIn.scss index 42108bd..9660c8d 100644 --- a/src/components/auth/signIn.scss +++ b/src/components/auth/signIn.scss @@ -31,6 +31,7 @@ } } +// sign in second step @import '~components/ui/fonts.scss'; .avatar { width: 90px; @@ -52,3 +53,20 @@ margin-bottom: 15px; margin-top: 10px; } + +// account activation +.description { +} + +.descriptionImage { + composes: envelope from 'components/ui/icons.scss'; + + font-size: 100px; + color: $blue; +} + +.descriptionText { + margin-bottom: 25px; + font-size: 16px; + line-height: 1.2; +}