Skip to content

Commit

Permalink
feat(4ps): update, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 29, 2023
1 parent fc77985 commit a2ddb54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions libs/share-styles/src/styles/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ngneat-dialog {
.ngneat-dialog-content {
padding: 18px;
box-shadow: unset !important;
--dialog-content-border-radius: 12px;
}
}

Expand All @@ -26,7 +27,9 @@ ngneat-dialog {
.mix-dialog {
&__header {
font-size: 18px;
font-weight: 700;
font-weight: 600;
background-color: #eaf0f3e6;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

&__content {
Expand All @@ -40,6 +43,8 @@ ngneat-dialog {
align-items: center;
justify-content: flex-end;
gap: 6px;
background-color: #eaf0f3e6;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
}

Expand Down Expand Up @@ -73,7 +78,7 @@ ngneat-dialog {
.mix-dialog.--default-padding {
.mix-dialog {
&__header {
padding: 18px 18px 9px 18px;
padding: 12px 18px 12px 18px;
}

&__footer {
Expand Down

1 comment on commit a2ddb54

@vercel
Copy link

@vercel vercel bot commented on a2ddb54 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.