mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 06:08:32 +02:00
✨ Exporting big files flow
This commit is contained in:
parent
0d4de50f13
commit
3ae7c42afa
9 changed files with 118 additions and 87 deletions
|
@ -235,13 +235,13 @@
|
|||
|
||||
.import-dialog,
|
||||
.export-dialog,
|
||||
.export-shapes-dialog {
|
||||
.export-multiple-dialog {
|
||||
background-color: $color-white;
|
||||
border: 1px solid $color-gray-20;
|
||||
width: 30rem;
|
||||
min-height: 14rem;
|
||||
|
||||
&.no-shapes {
|
||||
&.empty {
|
||||
width: 39rem;
|
||||
}
|
||||
|
||||
|
@ -1338,7 +1338,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Export shapes
|
||||
// Export multiple
|
||||
|
||||
.export-progress-modal-overlay {
|
||||
display: flex;
|
||||
|
@ -1413,7 +1413,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.export-shapes-dialog {
|
||||
.export-multiple-dialog {
|
||||
.modal-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue