mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:58:43 +02:00
🐛 Fix loading placeholder
This commit is contained in:
parent
c4c419b971
commit
796211c655
3 changed files with 13 additions and 4 deletions
|
@ -420,6 +420,14 @@
|
|||
background-color: rgba(227, 227, 227, 0.3);
|
||||
padding: 13px;
|
||||
margin-right: 13px;
|
||||
&.loader {
|
||||
justify-items: center;
|
||||
}
|
||||
.icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
&.libs {
|
||||
background-image: url(/images/ph-left.svg), url(/images/ph-right.svg);
|
||||
background-position: 15% bottom, 85% top;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue