Skip to content

Commit

Permalink
Refactor #352 - For OverlayBadge
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 8, 2024
1 parent fc5675c commit 1289297
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/styles/primevue/overlaybadge.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
}

.p-overlaybadge .p-badge {
@apply absolute top-0 right-0 translate-x-[50%] translate-y-[-50%] origin-[100%_0] m-0 outline outline-2 outline-surface-0 dark:outline-surface-900
}
@apply absolute top-0 end-0 translate-x-[50%] translate-y-[-50%] origin-[100%_0] m-0 outline outline-2 outline-surface-0 dark:outline-surface-900
}

.p-overlaybadge .p-badge:dir(rtl) {
@apply -translate-x-1/2 -translate-y-1/2
}

0 comments on commit 1289297

Please sign in to comment.