6.3.0: Готовые желания на экране прогресса недели
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m19s

This commit is contained in:
poignatov
2026-03-05 19:41:43 +03:00
parent 25317997e5
commit 7f51411175
5 changed files with 277 additions and 21 deletions

View File

@@ -405,3 +405,14 @@
font-size: 0.875rem;
color: #6b7280;
}
/* Текст "Готово!" синим для WishRowCard */
.wish-row-unlock.ready {
color: #3b82f6;
font-weight: 600;
}
/* Синяя обводка для готового MiniWishCard */
.mini-wish-image.ready {
border: 2px solid #3b82f6;
}