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; +}