mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
♻️ Refactor loader* component props & usage
This commit is contained in:
parent
af5a189d04
commit
39b2c1722a
12 changed files with 61 additions and 57 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue