FIX: Use `.login-right-side` instead of `.has-alt-auth` (#28628)

This commit is contained in:
Jan Cernik 2024-08-29 01:09:02 -05:00 committed by GitHub
parent 08b60cfd73
commit 0ee68b3583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
/* end shared styles */
.d-modal.create-account {
&:not(:has(.has-alt-auth)) .d-modal__container {
&:not(:has(.login-right-side)) .d-modal__container {
max-width: 500px;
}