refactor: improve sheet import UX

This commit is contained in:
Carlos Valente
2026-03-23 19:26:03 +01:00
committed by Carlos Valente
parent 42dcf35f45
commit f53cb687bf
39 changed files with 1739 additions and 910 deletions
@@ -7,7 +7,7 @@
justify-content: center;
background-color: $gray-1350;
border: 1px solid $white-10;
border-radius: 3px;
border-radius: $component-border-radius-md;
}
.uploadSection {
@@ -29,7 +29,8 @@
}
}
.singleActionCell {
width: 50px;
text-align: center;
@media (max-width: $medium-screen) {
.uploadSection {
flex-direction: column;
}
}