mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Moved callout to jslib, made policyInEffect a prop (#77)
* Moved callout to jslib, made policyInEffect a prop * remove true condition
This commit is contained in:
7
src/angular/components/callout.component.html
Normal file
7
src/angular/components/callout.component.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="callout callout-{{calloutStyle}}" role="alert">
|
||||
<h3 class="callout-heading" *ngIf="title">
|
||||
<i class="fa {{icon}}" *ngIf="icon" aria-hidden="true"></i>
|
||||
{{title}}
|
||||
</h3>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
Reference in New Issue
Block a user