1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

refactor: [PM-17180] Remove Bootstrap style from DeviceManagementComponent

Replace Bootstrap styles with Tailwind equivalents in the DeviceManagementComponent to modernize the UI.
This commit is contained in:
Alec Rippberger
2025-02-11 10:28:56 -06:00
committed by GitHub
parent 9f22a2fa87
commit 65024a1913

View File

@@ -1,7 +1,7 @@
<bit-container>
<div class="tabbed-header">
<div class="tw-mt-6 tw-mb-2 tw-pb-2.5">
<div class="tw-flex tw-items-center tw-gap-2">
<h1>{{ "devices" | i18n }}</h1>
<h1 class="tw-m-0">{{ "devices" | i18n }}</h1>
<button
[bitPopoverTriggerFor]="infoPopover"
type="button"