mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
center all content in no items content (#10431)
- firefox extension has default css that overrides the inheritance of align center
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
<div
|
<div class="tw-mx-auto tw-flex tw-flex-col tw-items-center tw-justify-center tw-pt-6">
|
||||||
class="tw-mx-auto tw-flex tw-flex-col tw-items-center tw-justify-center tw-pt-6 tw-text-center"
|
<div class="tw-max-w-sm tw-flex tw-flex-col tw-items-center">
|
||||||
>
|
|
||||||
<div class="tw-max-w-sm">
|
|
||||||
<bit-icon [icon]="icon" aria-hidden="true"></bit-icon>
|
<bit-icon [icon]="icon" aria-hidden="true"></bit-icon>
|
||||||
<h3 class="tw-font-semibold">
|
<h3 class="tw-font-semibold tw-text-center">
|
||||||
<ng-content select="[slot=title]"></ng-content>
|
<ng-content select="[slot=title]"></ng-content>
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p class="tw-text-center">
|
||||||
<ng-content select="[slot=description]"></ng-content>
|
<ng-content select="[slot=description]"></ng-content>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user