mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 12:40:26 +00:00
feat(change-password-component): Change Password Update [18720] - Very close to complete.
This commit is contained in:
@@ -37,7 +37,14 @@
|
||||
|
||||
<div
|
||||
class="tw-grow tw-w-full tw-max-w-md tw-mx-auto tw-flex tw-flex-col tw-items-center sm:tw-min-w-[28rem]"
|
||||
[ngClass]="{ 'tw-max-w-md': maxWidth === 'md', 'tw-max-w-3xl': maxWidth === '3xl' }"
|
||||
[ngClass]="{
|
||||
'tw-max-w-sm': maxWidth === 'sm',
|
||||
'tw-max-w-md': maxWidth === 'md',
|
||||
'tw-max-w-lg': maxWidth === 'lg',
|
||||
'tw-max-w-xl': maxWidth === 'xl',
|
||||
'tw-max-w-2xl': maxWidth === '2xl',
|
||||
'tw-max-w-3xl': maxWidth === '3xl',
|
||||
}"
|
||||
>
|
||||
<div
|
||||
class="tw-rounded-2xl tw-mb-6 sm:tw-mb-10 tw-mx-auto tw-w-full sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
|
||||
|
||||
Reference in New Issue
Block a user