From a07a17d892c1a114bade003e7f41e0cfc222e1bf Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Sat, 25 Dec 2021 19:48:48 +0100 Subject: [PATCH] fix(login): finished new login screen --- disabled-js.svg | 6 +++ index.html | 63 ++++++++++++++++++++++++ src/components/ui/Preloader.tsx | 5 +- src/pages/login/Login.module.scss | 68 ++++++++++++++++++++------ src/pages/login/forms/CaptchaBlock.tsx | 20 ++++---- src/pages/login/forms/Form.tsx | 33 ++++++------- 6 files changed, 152 insertions(+), 43 deletions(-) create mode 100644 disabled-js.svg diff --git a/disabled-js.svg b/disabled-js.svg new file mode 100644 index 00000000..6921adca --- /dev/null +++ b/disabled-js.svg @@ -0,0 +1,6 @@ + diff --git a/index.html b/index.html index ec592bdd..877dc722 100644 --- a/index.html +++ b/index.html @@ -72,9 +72,72 @@ media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> + + +
+