mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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:
@@ -59,7 +59,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<small *ngIf="loading">
|
<small *ngIf="loading">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin tw-text-muted"
|
||||||
title="{{ 'loading' | i18n }}"
|
title="{{ 'loading' | i18n }}"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></i>
|
></i>
|
||||||
|
|||||||
@@ -24,9 +24,6 @@
|
|||||||
|
|
||||||
<div class="tw-flex tw-flex-row -tw-mx-2.5">
|
<div class="tw-flex tw-flex-row -tw-mx-2.5">
|
||||||
<div class="tw-basis-1/4 tw-max-w-1/4 tw-px-2.5">
|
<div class="tw-basis-1/4 tw-max-w-1/4 tw-px-2.5">
|
||||||
<div class="groupings">
|
|
||||||
<div class="content">
|
|
||||||
<div class="inner-content">
|
|
||||||
<app-vault-filter
|
<app-vault-filter
|
||||||
#vaultFilter
|
#vaultFilter
|
||||||
[activeFilter]="activeFilter"
|
[activeFilter]="activeFilter"
|
||||||
@@ -35,9 +32,6 @@
|
|||||||
(onEditFolder)="editFolder($event)"
|
(onEditFolder)="editFolder($event)"
|
||||||
></app-vault-filter>
|
></app-vault-filter>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="tw-basis-3/4 tw-max-w-3/4 tw-px-2.5">
|
<div class="tw-basis-3/4 tw-max-w-3/4 tw-px-2.5">
|
||||||
<bit-callout type="warning" *ngIf="activeFilter.isDeleted">
|
<bit-callout type="warning" *ngIf="activeFilter.isDeleted">
|
||||||
{{ trashCleanupWarning }}
|
{{ trashCleanupWarning }}
|
||||||
@@ -65,7 +59,7 @@
|
|||||||
class="tw-mt-6 tw-flex tw-h-full tw-flex-col tw-items-center tw-justify-start"
|
class="tw-mt-6 tw-flex tw-h-full tw-flex-col tw-items-center tw-justify-start"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin tw-text-muted"
|
||||||
title="{{ 'loading' | i18n }}"
|
title="{{ 'loading' | i18n }}"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></i>
|
></i>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
'md:tw-flex md:tw-flex-col md:tw-items-center md:!tw-rounded-b-none': !isDesktop,
|
'md:tw-flex md:tw-flex-col md:tw-items-center md:!tw-rounded-b-none': !isDesktop,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<p bitTypography="body2" class="text-muted md:tw-w-9/12">
|
<p bitTypography="body2" class="tw-text-muted md:tw-w-9/12">
|
||||||
{{ "newDeviceVerificationNoticePageOneFormContent" | i18n: this.currentEmail }}
|
{{ "newDeviceVerificationNoticePageOneFormContent" | i18n: this.currentEmail }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,9 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</bit-item>
|
</bit-item>
|
||||||
</div>
|
</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>
|
<p>{{ "noPasswordsInList" | i18n }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<ng-container *ngIf="totpInfo$ | async as totpInfo">
|
<ng-container *ngIf="totpInfo$ | async as totpInfo">
|
||||||
<div class="tw-flex tw-items-center tw-justify-center totp-v2">
|
<div class="tw-flex tw-items-center tw-justify-center">
|
||||||
<span class="tw-relative tw-flex tw-justify-center tw-items-center" aria-hidden="true">
|
<span class="tw-relative tw-flex tw-justify-center tw-items-center" aria-hidden="true">
|
||||||
<span
|
<span
|
||||||
class="tw-absolute"
|
class="tw-absolute"
|
||||||
|
|||||||
Reference in New Issue
Block a user