1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00

[SM-223] Web: change <h2> modal title to <h1>, tweak styles to keep same look (#3328)

Co-authored-by: Hinton <hinton@users.noreply.github.com>
This commit is contained in:
Patrick H. Lauke
2022-09-20 12:14:04 +01:00
committed by GitHub
parent c96bd09d64
commit 0eb3f369dc
45 changed files with 78 additions and 74 deletions

View File

@@ -2,10 +2,10 @@
<div class="modal-dialog modal-dialog-scrollable" role="document">
<form class="modal-content" #form (ngSubmit)="submit()" [appApiAction]="formPromise">
<div class="modal-header">
<h2 class="modal-title" id="collectionsTitle">
<h1 class="modal-title" id="collectionsTitle">
{{ "collections" | i18n }}
<small *ngIf="cipher">{{ cipher.name }}</small>
</h2>
</h1>
<button
type="button"
class="close"