♻️ Replacing the old Pencil loader with the new Loader component

This commit is contained in:
Eva Marco
2024-07-22 14:13:32 +02:00
parent e5daa00d73
commit af5a189d04
26 changed files with 148 additions and 193 deletions

View File

@@ -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;