Auth popup minor fixes
This commit is contained in:
parent
f8bb60a8a4
commit
fe7262dda6
|
@ -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": "Представление",
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user