1.2.6 password recovery TRI-108

This commit is contained in:
2024-09-23 16:02:27 +03:00
parent 86d78fdd06
commit b4beac26a7
5 changed files with 33 additions and 20 deletions

View File

@@ -1219,7 +1219,7 @@ section.login {
margin-bottom: 120px;
}
section.login>h1 {
section.login>h1, div.recovery_pas>h1 {
color: #272424;
text-align: center;
/* Heading 1 */
@@ -1231,7 +1231,7 @@ section.login>h1 {
margin-bottom: 40px;
}
section.login>form {
section.login>form, div.recovery_pas>form {
max-width: 420px;
margin: auto;
text-align: center;
@@ -3366,16 +3366,20 @@ details[open] summary ~ *{
/*END news articles all*/
.login_form.hide{
.login.hide{
display: none;
}
.password_recovery{
.recovery_pas{
display: none;
}
.password_recovery.show{
.recovery_pas.show{
display: block;
}
.recovery.hide{
display: none;
}