mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 08:43:54 +00:00
* refactor phishing-warning.component * add hideBackground input to anon-layout component * add icon tile component to CL * add storybook story; fix binding bug in template * export icon-tile from CL * update design of phishing warning page * revert icon button to use string type; add comment to icon scss * update callout to allow no icon/title on all variants * update phishing warning styles * fix defects * crowdin messages cannot be changed, they must be replaced * add global css override * add phishing help link * update icon used in tile * tweak styles
8 lines
179 B
HTML
8 lines
179 B
HTML
<div
|
|
[ngClass]="containerClasses()"
|
|
[attr.aria-label]="ariaLabel()"
|
|
[attr.role]="ariaLabel() ? 'img' : null"
|
|
>
|
|
<i [ngClass]="iconClasses()" aria-hidden="true"></i>
|
|
</div>
|