mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-23 22:47:19 +00:00
Align sign-up email button with OIDC styling
This commit is contained in:
@@ -113,7 +113,7 @@ function UIWindowSignup(options) {
|
||||
h += '</div>';
|
||||
// "Sign up with email" button, shown only when OIDC providers are available
|
||||
h += `<div class="signup-with-email-wrapper" style="display:none;">`;
|
||||
h += `<button class="signup-with-email-btn button button-block button-normal">${i18n('sign_up_with_email')}</button>`;
|
||||
h += `<button class="signup-with-email-btn oidc-btn button button-block button-normal">${i18n('sign_up_with_email')}</button>`;
|
||||
h += `</div>`;
|
||||
// terms and privacy
|
||||
h += `<p class="signup-terms">${i18n('tos_fineprint', [], false)}</p>`;
|
||||
|
||||
@@ -2126,7 +2126,7 @@ label {
|
||||
.oidc-btn {
|
||||
font-size: 14px;
|
||||
color: #393939;
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.error {
|
||||
|
||||
Reference in New Issue
Block a user