Update common.scss

Deactivate Custom Fields of Login Page
This commit is contained in:
Philipp 2023-04-05 17:38:03 +02:00 committed by GitHub
parent c2422a5102
commit a710bc65e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,3 +536,7 @@ html body #main-outlet {
.topic-list .main-link.focused {
box-shadow: none;
}
.login-custom-fields {
display: none;
}