1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

[PM-17520][PM-17521][PM-17523][PM-17524][PM-17525] - migrate css classes (#13811)

* migrate css classes

* remove bulk share dialog components and related modules and i18n keys

* Revert "remove bulk share dialog components and related modules and i18n keys"

This reverts commit 40060b6011.
This commit is contained in:
Jordan Aasen
2025-03-14 15:36:55 -07:00
committed by GitHub
parent 8abb74d598
commit 53a032ca65
5 changed files with 15 additions and 18 deletions

View File

@@ -23,6 +23,9 @@
</ng-container>
</bit-item>
</div>
<div class="no-items" *ngIf="!history?.length">
<div
class="tw-absolute tw-top-1/2 tw-left-1/2 tw-transform tw--translate-x-1/2 tw--translate-y-1/2 tw-text-center"
*ngIf="!history?.length"
>
<p>{{ "noPasswordsInList" | i18n }}</p>
</div>