mirror of
https://github.com/bitwarden/web
synced 2025-12-30 23:23:34 +00:00
8 lines
221 B
HTML
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>
|