refactor: introduce empty placeholder

This commit is contained in:
Carlos Valente
2024-12-27 21:30:52 +01:00
committed by Carlos Valente
parent 44f65b2fcc
commit 617e4b579b
3 changed files with 32 additions and 2 deletions
@@ -163,6 +163,20 @@ $inner-padding: 1rem;
animation: animloader 1s ease-in infinite;
}
.empty {
background-color: $black-10;
text-align: center;
color: $muted-gray;
td {
padding: 2rem;
}
button {
margin-top: 1rem;
}
}
@keyframes animloader {
0% {
transform: scale(0);