mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
callout
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<h1>{{'exportVault' | i18n}}</h1>
|
||||
</div>
|
||||
<p>{{'exportMasterPassword' | i18n}}</p>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<h4 class="alert-heading">{{'warning' | i18n}}</h4>
|
||||
<div class="callout callout-warning" role="alert">
|
||||
<h3 class="callout-heading">{{'warning' | i18n}}</h3>
|
||||
<p class="mb-0">{{'exportWarning' | i18n}}</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert-info" role="alert" *ngIf="format">
|
||||
<h4 class="alert-heading">{{'instructionsFor' | i18n : getFormatName()}}</h4>
|
||||
<div class="callout callout-info" role="alert" *ngIf="format">
|
||||
<h3 class="callout-heading">{{'instructionsFor' | i18n : getFormatName()}}</h3>
|
||||
<p class="mb-0">
|
||||
<ng-container *ngIf="format === 'bitwardencsv'">
|
||||
See detailed instructions on our help site at
|
||||
|
||||
Reference in New Issue
Block a user