Tom
11 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
13 additions and
0 deletions
-
src/static/templates/scss/vaultwarden.scss.hbs
|
|
@ -27,6 +27,19 @@ a[href$="/settings/sponsored-families"] { |
|
|
} |
|
|
} |
|
|
{{/if}} |
|
|
{{/if}} |
|
|
|
|
|
|
|
|
|
|
|
{{#if sso_only}} |
|
|
|
|
|
{{#if remember_2fa_disabled}} |
|
|
|
|
|
/* The Web Vault uses this marker to allow SSO without a pre-entered email. */ |
|
|
|
|
|
:root { |
|
|
|
|
|
--vw-sso-email-optional: 1; |
|
|
|
|
|
} |
|
|
|
|
|
.vw-email-form-field, |
|
|
|
|
|
.vw-remember-email { |
|
|
|
|
|
@extend %vw-hide; |
|
|
|
|
|
} |
|
|
|
|
|
{{/if}} |
|
|
|
|
|
{{/if}} |
|
|
|
|
|
|
|
|
/* Hide the default/continue `Email` input field */ |
|
|
/* Hide the default/continue `Email` input field */ |
|
|
{{#if sso_enabled}} |
|
|
{{#if sso_enabled}} |
|
|
.vw-email-continue { |
|
|
.vw-email-continue { |
|
|
|