1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[CL-614] More spacing fixes (#13955)

* Fix all dialogs to use ng-container for bitDialogFooter

* Fix button spacing

* Fix send icon spacing
This commit is contained in:
Oscar Hinton
2025-03-25 16:56:36 +01:00
committed by GitHub
parent 0fd01ed7ee
commit d0c91db3b3
17 changed files with 103 additions and 102 deletions

View File

@@ -25,13 +25,13 @@
<span>{{ "lockWithMasterPassOnRestart1" | i18n }}</span>
</label>
</div>
<div bitDialogFooter>
<ng-container bitDialogFooter>
<button type="submit" bitButton bitFormButton buttonType="primary">
<span>{{ "setYourPinButton" | i18n }}</span>
</button>
<button type="button" bitButton bitFormButton buttonType="secondary" bitDialogClose>
{{ "cancel" | i18n }}
</button>
</div>
</ng-container>
</bit-dialog>
</form>

View File

@@ -39,7 +39,7 @@
</vault-carousel-slide>
</vault-carousel>
</div>
<div bitDialogFooter class="tw-w-full">
<ng-container bitDialogFooter>
<button
type="button"
bitButton
@@ -50,5 +50,5 @@
>
{{ "reviewAtRiskPasswords" | i18n }}
</button>
</div>
</ng-container>
</bit-simple-dialog>