Skip to content

Commit

Permalink
Refactor #349 - For Popover
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 8, 2024
1 parent 6271a9c commit f1abd44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/styles/primevue/popover.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.p-popover {
@apply mt-[10px] bg-surface-0 dark:bg-surface-900 text-surface-700 dark:text-surface-0
@apply mt-[10px] bg-surface-0 dark:bg-surface-900 text-surface-700 dark:text-surface-0
border border-surface-200 dark:border-surface-700
rounded-md shadow-[0_4px_6px_-1px_rgba(0,0,0,0.1),0_2px_4px_-2px_rgba(0,0,0,0.1)]
before:bottom-full before:left-5 before:h-0 before:w-0 before:absolute before:pointer-events-none
before:border-[10px] before:-ml-[10px] before:border-transparent before:border-b-surface-200 dark:before:border-b-surface-700
before:border-[10px] before:-ms-[10px] before:border-transparent before:border-b-surface-200 dark:before:border-b-surface-700
after:bottom-full after:left-5 after:h-0 after:w-0 after:absolute after:pointer-events-none
after:border-[8px] after:-ml-[8px] after:border-transparent after:border-b-surface-0 dark:after:border-b-surface-900
after:border-[8px] after:-ms-[8px] after:border-transparent after:border-b-surface-0 dark:after:border-b-surface-900
}

.p-popover-content {
Expand Down Expand Up @@ -43,4 +43,4 @@

.p-popover.p-popover-flipped:before {
@apply border-b-transparent border-t-surface-200 dark:border-t-surface-700
}
}

0 comments on commit f1abd44

Please sign in to comment.