♻️ Refactor loader* component props & usage

This commit is contained in:
Belén Albeza 2024-07-25 12:08:22 +02:00
parent af5a189d04
commit 39b2c1722a
12 changed files with 61 additions and 57 deletions

View file

@ -373,7 +373,5 @@ $thumbnail-default-height: $s-168; // Default width
}
.grid-loader {
width: calc(var(--th-width, #{$thumbnail-default-width}) * 0.25);
height: 100%;
align-self: center;
--icon-width: calc(var(--th-width, #{$thumbnail-default-width}) * 0.25);
}