Auth popup minor fixes

This commit is contained in:
kvakazyambra 2023-05-20 16:14:42 +03:00
parent f8bb60a8a4
commit fe7262dda6
3 changed files with 3 additions and 2 deletions

View File

@ -102,7 +102,7 @@
"How to write an article": "Как написать статью", "How to write an article": "Как написать статью",
"I have an account": "У меня есть аккаунт!", "I have an account": "У меня есть аккаунт!",
"I have no account yet": "У меня еще нет аккаунта", "I have no account yet": "У меня еще нет аккаунта",
"I know the password": "Я знаю пароль", "I know the password": "Я знаю пароль!",
"Image format not supported": "Тип изображения не поддерживается", "Image format not supported": "Тип изображения не поддерживается",
"Independant magazine with an open horizontal cooperation about culture, science and society": "Независимый журнал с открытой горизонтальной редакцией о культуре, науке и обществе", "Independant magazine with an open horizontal cooperation about culture, science and society": "Независимый журнал с открытой горизонтальной редакцией о культуре, науке и обществе",
"Introduce": "Представление", "Introduce": "Представление",

View File

@ -129,6 +129,7 @@
.authLink { .authLink {
cursor: pointer; cursor: pointer;
@include font-size(1.6rem); @include font-size(1.6rem);
font-weight: 500;
} }
.authSubtitle { .authSubtitle {

View File

@ -7,7 +7,7 @@
.text { .text {
@include font-size(1.5rem); @include font-size(1.5rem);
font-weight: 500;
margin-bottom: 1em; margin-bottom: 1em;
text-align: center; text-align: center;
} }