fix(frontend): aplicar cursor pointer nos score items clicaveis
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user