fix(frontend): adicionar cursor pointer e click nos totais de cada bloco

This commit is contained in:
Frederico Castro
2025-12-22 04:31:43 -03:00
parent e11c80f6ca
commit 06f241aea0
2 changed files with 10 additions and 1 deletions

View File

@@ -354,6 +354,7 @@
.score-item.score-total {
background: linear-gradient(145deg, rgba(79,70,229,0.2), rgba(22,169,250,0.2));
border-color: rgba(79,70,229,0.5);
cursor: pointer;
}
.score-item-value {