1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

feat(change-password-component): Change Password Update [18720] - Small fixes to the styling

This commit is contained in:
Patrick Pimentel
2025-05-27 17:13:25 -04:00
parent 7386fd8780
commit ec81662dcf
2 changed files with 6 additions and 2 deletions

View File

@@ -49,14 +49,14 @@
}"
>
<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"
class="tw-rounded-2xl tw-mb-2 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"
>
<ng-content></ng-content>
</div>
<ng-content select="[slot=secondary]"></ng-content>
</div>
<footer *ngIf="!hideFooter" class="tw-text-center tw-mt-4 sm:tw-mt-6">
<footer *ngIf="!hideFooter" class="tw-text-center tw-mt-6">
<div *ngIf="showReadonlyHostname" bitTypography="body2">
{{ "accessing" | i18n }} {{ hostname }}
</div>