portico_signin: Fix back to login button alignment.

This commit is contained in:
Aman Agrawal
2023-08-16 09:09:18 +05:30
committed by Tim Abbott
parent eefa124351
commit eda91378ec

View File

@@ -871,13 +871,14 @@ button#register_auth_button_gitlab {
text-align: left; text-align: left;
} }
.back-to-login-wrapper { .back-to-login-wrapper .back-to-login {
line-height: 0; display: flex;
gap: 5px;
align-items: center;
.back-to-login i { i {
position: relative; position: relative;
top: 5px; top: -1px;
font-size: 0.8em; font-size: 0.8em;
} }
} }