1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 10:03:21 +00:00

Add basic heading markup

This commit is contained in:
Patrick H. Lauke
2021-11-02 22:28:53 +00:00
parent f20a1e7424
commit c8fc7ee6fc
34 changed files with 126 additions and 125 deletions

View File

@@ -9,9 +9,9 @@
<span>{{'back' | i18n}}</span>
</button>
</div>
<div class="center">
<h1 class="center">
<span class="title">{{'attachments' | i18n}}</span>
</div>
</h1>
<div class="right">
<button type="submit" appBlurClick [disabled]="form.loading">
<span [hidden]="form.loading">{{'save' | i18n}}</span>
@@ -40,9 +40,9 @@
</div>
</div>
<div class="box">
<div class="box-header">
<h2 class="box-header">
{{'newAttachment' | i18n}}
</div>
</h2>
<div class="box-content no-hover">
<div class="box-content-row">
<label for="file">{{'file' | i18n}}</label>