Add description

This commit is contained in:
2025-08-13 10:32:32 +02:00
parent bea2a5eb50
commit 500b51680d
3 changed files with 17 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
// This part add to "Design system" component
// Lower code add to "Design system" component
// ---
@keyframes idm-skeleton-loading {
to {
background-position-x: -200%;
@@ -18,14 +19,14 @@
animation: 1.5s idm-skeleton-loading linear infinite;
width: @width;
height: @height;
// Mobile adaptation
@media (max-width: 756px) {
width: @mobileWidth;
height: @mobileHeight;
}
}
}
// ---
// Example of use
.wrapper {