🎉 Add loader to workspace.

This commit is contained in:
Andrey Antukh 2020-04-28 09:46:38 +02:00 committed by Alonso Torres
parent 9b3879b3cf
commit 511335ba33
4 changed files with 23 additions and 5 deletions

View file

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