1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-11 13:03:57 +00:00
Files
browser/src/app/components/callout.component.html
2018-06-25 20:49:49 -04:00

8 lines
221 B
HTML

<div class="callout callout-{{calloutStyle}}" role="alert">
<h3 class="callout-heading" *ngIf="title">
<i class="fa {{icon}}" *ngIf="icon"></i>
{{title}}
</h3>
<ng-content></ng-content>
</div>