Initial commit
This commit is contained in:
8
public/theme/theme-base/components/misc/_skeleton.scss
Normal file
8
public/theme/theme-base/components/misc/_skeleton.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.p-skeleton {
|
||||
background-color: $skeletonBg;
|
||||
border-radius: $borderRadius;
|
||||
|
||||
&:after {
|
||||
background: linear-gradient(90deg, rgba(255, 255, 255, 0), $skeletonAnimationBg, rgba(255, 255, 255, 0));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user