5.9.0: Статус Отклонено для желаний
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s

This commit is contained in:
poignatov
2026-03-04 12:04:26 +03:00
parent 0f1f5e3943
commit 91d4a7337c
9 changed files with 207 additions and 14 deletions

View File

@@ -188,6 +188,31 @@
opacity: 0.45;
}
.card-status-indicator {
position: absolute;
top: 0.25rem;
left: 0.25rem;
border-radius: 50%;
width: 28px;
height: 28px;
z-index: 10;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.card-status-completed {
background: #27ae60;
color: white;
}
.card-status-rejected {
background: #e74c3c;
color: white;
}
.wishlist .card-menu-button {
position: absolute;
top: 0.25rem;