1
0
mirror of https://github.com/bitwarden/web synced 2025-12-30 23:23:34 +00:00
Files
web/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>