Skip to content

Commit a17cc0b

Browse files
authored
[CL-640] update bit-simple-dialog styles (#14916)
1 parent 2a17de6 commit a17cc0b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

libs/components/src/dialog/simple-dialog/simple-dialog.component.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div
2-
class="tw-my-4 tw-flex tw-max-h-screen tw-w-96 tw-max-w-90vw tw-flex-col tw-overflow-hidden tw-rounded-3xl tw-border tw-border-solid tw-border-secondary-300 tw-bg-text-contrast tw-text-main"
2+
class="tw-my-4 tw-pb-6 tw-pt-8 tw-flex tw-max-h-screen tw-w-96 tw-max-w-90vw tw-flex-col tw-overflow-hidden tw-rounded-3xl tw-border tw-border-solid tw-border-secondary-100 tw-shadow-xl tw-bg-text-contrast tw-text-main"
33
@fadeIn
44
>
5-
<div class="tw-flex tw-flex-col tw-items-center tw-gap-2 tw-px-4 tw-pt-4 tw-text-center">
5+
<div class="tw-flex tw-px-6 tw-flex-col tw-items-center tw-gap-2 tw-text-center">
66
@if (!hideIcon()) {
77
@if (hasIcon) {
88
<ng-content select="[bitDialogIcon]"></ng-content>
@@ -20,13 +20,11 @@
2020
</h1>
2121
</div>
2222
<div
23-
class="tw-overflow-y-auto tw-px-4 tw-pb-4 tw-text-center tw-text-base tw-break-words tw-hyphens-auto"
23+
class="tw-overflow-y-auto tw-px-6 tw-mb-6 tw-text-center tw-text-base tw-break-words tw-hyphens-auto"
2424
>
2525
<ng-content select="[bitDialogContent]"></ng-content>
2626
</div>
27-
<div
28-
class="tw-flex tw-flex-row tw-gap-2 tw-border-0 tw-border-t tw-border-solid tw-border-secondary-300 tw-p-4"
29-
>
27+
<div class="tw-flex tw-flex-col tw-gap-2 tw-px-6">
3028
<ng-content select="[bitDialogFooter]"></ng-content>
3129
</div>
3230
</div>

0 commit comments

Comments
 (0)