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