1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

update padding and icon styles (#4438)

This commit is contained in:
rr-bw
2023-01-10 12:52:06 -08:00
committed by GitHub
parent 4eab97272f
commit d08f93774b

View File

@@ -1,10 +1,10 @@
<div <div
class="tw-flex tw-items-center tw-gap-2 tw-py-2.5 tw-px-4 tw-pr-2.5 tw-text-contrast" class="tw-flex tw-items-center tw-gap-2 tw-p-2 tw-pl-4 tw-text-contrast"
[ngClass]="bannerClass" [ngClass]="bannerClass"
[attr.role]="useAlertRole ? 'status' : null" [attr.role]="useAlertRole ? 'status' : null"
[attr.aria-live]="useAlertRole ? 'polite' : null" [attr.aria-live]="useAlertRole ? 'polite' : null"
> >
<i class="bwi tw-align-middle" [ngClass]="icon" *ngIf="icon" aria-hidden="true"></i> <i class="bwi tw-align-middle tw-text-base" [ngClass]="icon" *ngIf="icon" aria-hidden="true"></i>
<span class="tw-grow tw-text-base"> <span class="tw-grow tw-text-base">
<ng-content></ng-content> <ng-content></ng-content>
</span> </span>