mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 16:57:21 +02:00
✨ Adds progress report to importing process
This commit is contained in:
parent
3fb3a92a8f
commit
02d31a7947
7 changed files with 186 additions and 46 deletions
|
@ -399,6 +399,13 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.progress-message {
|
||||
margin: 0 2rem;
|
||||
color: $color-info;
|
||||
font-size: $fs12;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.linked-libraries {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue