fix: updated continue button styling (#12524)

* fix: updated continue button styling

* fix: updated signup form button
This commit is contained in:
Devanshu Gupta 2025-04-10 16:00:45 +05:30 committed by GitHub
parent 6f0b27e922
commit b767f8cb06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,12 @@
.onboarding-form-width {
width: 308px;
.submit-button {
margin: 0 auto;
border: none;
width: 308px;
}
}
.free-space {

View file

@ -34,6 +34,12 @@
opacity: 0.5;
pointer-events: none;
}
.submit-button {
margin: 0 auto;
border: none;
width: 308px;
}
}
.__ce {