mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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:
@@ -1,7 +1,7 @@
|
|||||||
<bit-container>
|
<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">
|
<div class="tw-flex tw-items-center tw-gap-2">
|
||||||
<h1>{{ "devices" | i18n }}</h1>
|
<h1 class="tw-m-0">{{ "devices" | i18n }}</h1>
|
||||||
<button
|
<button
|
||||||
[bitPopoverTriggerFor]="infoPopover"
|
[bitPopoverTriggerFor]="infoPopover"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user