fix(frontend): aplicar cursor pointer nos score items clicaveis

This commit is contained in:
Frederico Castro
2025-12-22 04:29:12 -03:00
parent 89f5a8484f
commit e11c80f6ca

View File

@@ -1154,6 +1154,10 @@
cursor: pointer;
}
.score-item-clicavel .score-item {
cursor: pointer;
}
.score-item-clicavel:hover .score-item {
transform: scale(1.08);
border-color: var(--accent);