Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasturann committed May 10, 2023
1 parent b75bac6 commit 41b374b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme-base/components/overlay/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
}
}

&.p-dialog-maximized {
.p-dialog-header, .p-dialog-content:last-of-type {
border-radius: 0;
}
}


&.p-confirm-dialog {
.p-confirm-dialog-icon {
font-size: $primeIconFontSize * 2;
Expand Down

0 comments on commit 41b374b

Please sign in to comment.