mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Replacing the old Pencil loader with the new Loader component
This commit is contained in:
@@ -659,22 +659,6 @@
|
||||
color: var(--modal-button-foreground-color-error);
|
||||
}
|
||||
|
||||
.loader-base {
|
||||
@include flexCenter;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
z-index: $z-index-alert;
|
||||
background-color: var(--loader-background);
|
||||
:global(svg#loader-pencil) {
|
||||
height: $s-100;
|
||||
width: $s-100;
|
||||
animation: loaderColor 5s infinite ease;
|
||||
fill: var(--icon-foreground);
|
||||
}
|
||||
}
|
||||
// UI ELEMENTS
|
||||
.asset-element {
|
||||
@include bodySmallTypography;
|
||||
|
||||
Reference in New Issue
Block a user