12 lines
214 B
CSS
12 lines
214 B
CSS
![]() |
.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
|
||
|
}
|