refactor: empty state for cuesheet

This commit is contained in:
Carlos Valente
2025-07-16 20:56:35 +02:00
committed by Carlos Valente
parent 9618bec847
commit 90105a199a
4 changed files with 45 additions and 2 deletions
@@ -0,0 +1,19 @@
.emptyContainer {
width: 100%;
color: $white-10;
.emptyCell {
margin-inline: auto;
text-align: center;
}
.empty {
width: 100%;
opacity: 0.8;
}
.text {
font-weight: 600;
font-size: 2em;
}
}