Merge remote-tracking branch 'origin/main' into develop

This commit is contained in:
Alejandro Alonso 2022-09-28 14:30:28 +02:00
commit 43ceb6bb44
8 changed files with 21 additions and 12 deletions

View file

@ -157,11 +157,6 @@
align-items: center;
overflow: hidden;
.empty-state {
justify-content: center;
align-items: center;
}
svg {
transform-origin: center;
}
@ -184,6 +179,13 @@
height: 100%;
z-index: 10;
}
.empty-state {
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
}
.viewport-container {