Card updates

This commit is contained in:
2024-11-30 14:30:56 +01:00
parent 0c5b2b4bbc
commit d127beed48
3 changed files with 98 additions and 48 deletions

View File

@@ -54,6 +54,30 @@
}
}
}
.empty-poster {
width: 100%;
height: 100%;
background-color: #f5f6fa10;
border: 2px #95a5a6;
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #7f8c8d;
svg {
margin-bottom: 1rem;
color: #95a5a6;
}
p {
font-size: 0.875rem;
text-align: center;
padding: 0 1rem;
}
}
}
.action-panel {
@@ -102,4 +126,4 @@
}
}
}
}
}