primevue-mirror/apps/labs/assets/styles/primevue/skeleton.css

12 lines
214 B
CSS
Raw Normal View History

2025-02-28 11:49:42 +00:00
.p-skeleton {
@apply overflow-hidden bg-surface-200 dark:bg-surface-700 animate-pulse rounded-md
}
.p-skeleton-circle {
@apply rounded-full
}
.p-skeleton-animation-none::after {
@apply animate-none
}