mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
🐛 Add missing styles for viewer empty state.
This commit is contained in:
parent
5ee25f827c
commit
ae7a7a3c6c
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
|
|
||||||
|
|
||||||
|
.empty-state {
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue