Files
btpxpress-frontend/public/theme/theme-base/components/misc/_skeleton.scss
2025-10-01 01:39:07 +00:00

8 lines
219 B
SCSS

.p-skeleton {
background-color: $skeletonBg;
border-radius: $borderRadius;
&:after {
background: linear-gradient(90deg, rgba(255, 255, 255, 0), $skeletonAnimationBg, rgba(255, 255, 255, 0));
}
}