mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:58:21 +02:00
🎉 Add loader to workspace.
This commit is contained in:
parent
9b3879b3cf
commit
511335ba33
4 changed files with 23 additions and 5 deletions
|
@ -46,6 +46,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
.workspace-loader {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
|
||||
svg#loader-pencil {
|
||||
fill: $color-gray-50;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-content {
|
||||
background-color: $color-canvas;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue