From 70eb54347726127d1977c4658c2910569fd51893 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 21 Nov 2017 02:19:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D1=8B=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D1=8B?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= =?UTF-8?q?=D0=B5=20=D1=81=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20mfa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profile/multiFactorAuth/mfa.scss | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/components/profile/multiFactorAuth/mfa.scss b/src/components/profile/multiFactorAuth/mfa.scss index 0cb5671..af42f7d 100644 --- a/src/components/profile/multiFactorAuth/mfa.scss +++ b/src/components/profile/multiFactorAuth/mfa.scss @@ -4,9 +4,18 @@ .mfaTitle { font-size: 18px; font-family: $font-family-title; + line-height: 1.2; text-align: center; - margin-left: 60px; - margin-right: 60px; + + margin-left: 17%; + margin-right: 17%; + margin-top: -20px; // TODO: костыль. На странице выключения mfa отступ от текста до заголовка должен быть 20px. На странице информации о статусе от большой иконки до этого заловка должно быть 15px. + margin-bottom: -10px; // TODO: костыль. Отступ от заголовка до последующего текста должен быть 20px. + + @media screen and (max-width: 399px) { + margin-left: 10px; + margin-right: 10px; + } } .bigIcon { @@ -14,8 +23,16 @@ font-size: 100px; line-height: 1; text-align: center; + margin-top: -20px; // TODO: костыль. Но отступ большой иконки от текста должен быть 20px. + margin-bottom: 35px; } .disableMfa { + margin-top: -10px; // TODO: костыль. Отступ ссылки от текста должен быть 20px. text-align: center; + font-size: 12px; + + a { + color: #9E9E9E; + } }