From fe7262dda66bec6d2e1a4c318b328c1ebe7464b4 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Sat, 20 May 2023 16:14:42 +0300 Subject: [PATCH] Auth popup minor fixes --- public/locales/ru/translation.json | 2 +- src/components/Nav/AuthModal/AuthModal.module.scss | 1 + src/components/Nav/AuthModal/SocialProviders.module.scss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json index 6f22296d..644b415f 100644 --- a/public/locales/ru/translation.json +++ b/public/locales/ru/translation.json @@ -102,7 +102,7 @@ "How to write an article": "Как написать статью", "I have an account": "У меня есть аккаунт!", "I have no account yet": "У меня еще нет аккаунта", - "I know the password": "Я знаю пароль", + "I know the password": "Я знаю пароль!", "Image format not supported": "Тип изображения не поддерживается", "Independant magazine with an open horizontal cooperation about culture, science and society": "Независимый журнал с открытой горизонтальной редакцией о культуре, науке и обществе", "Introduce": "Представление", diff --git a/src/components/Nav/AuthModal/AuthModal.module.scss b/src/components/Nav/AuthModal/AuthModal.module.scss index 1d319c1d..20de8804 100644 --- a/src/components/Nav/AuthModal/AuthModal.module.scss +++ b/src/components/Nav/AuthModal/AuthModal.module.scss @@ -129,6 +129,7 @@ .authLink { cursor: pointer; @include font-size(1.6rem); + font-weight: 500; } .authSubtitle { diff --git a/src/components/Nav/AuthModal/SocialProviders.module.scss b/src/components/Nav/AuthModal/SocialProviders.module.scss index 203ce97e..a727752e 100644 --- a/src/components/Nav/AuthModal/SocialProviders.module.scss +++ b/src/components/Nav/AuthModal/SocialProviders.module.scss @@ -7,7 +7,7 @@ .text { @include font-size(1.5rem); - + font-weight: 500; margin-bottom: 1em; text-align: center; }