0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

🐛 Add missing styles for viewer empty state.

This commit is contained in:
Andrey Antukh 2020-04-13 18:10:58 +02:00
parent 5ee25f827c
commit ae7a7a3c6c

View file

@ -19,6 +19,12 @@
align-items: center;
flex-flow: wrap;
.empty-state {
justify-content: center;
align-items: center;
}
svg {
transform-origin: center;
}