Skip to content

Commit

Permalink
Moved close icon inside
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 14, 2024
1 parent cfa1223 commit ff3f179
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion themes/aura/aura-light/extensions/_overlaypanel.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
.p-overlaypanel {
.p-overlaypanel-content {
padding: 1.25rem;
padding: 1.125rem;
}

.p-overlaypanel-close {
@include action-icon();
position: absolute;
top: .25rem;
right: .25rem;
}
}

0 comments on commit ff3f179

Please sign in to comment.