0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-22 23:06:08 -05:00
penpot/frontend/resources/styles/main/partials/loader.scss
2024-06-27 15:35:57 +02:00

9 lines
160 B
SCSS

// btn pencil loader
svg#loader-pencil {
fill: var(--color-accent-tertiary);
width: 60px;
}
#loader-line {
animation: linePencil 0.8s infinite linear;
}