Add new PNG images for wheel and wheel click interactions

- Added `ruota.png` for the wheel graphic.
- Added `ruota_click.png` for the wheel click graphic.
This commit is contained in:
2026-01-21 20:37:08 +01:00
parent 234cd7d415
commit d292a99eab
10 changed files with 65 additions and 19 deletions

View File

@@ -14,6 +14,10 @@ html
font-size: 1.01rem;
}
.btn{
cursor: pointer;
}
.main-container{
height: 100vh;
display: flex;
@@ -492,6 +496,15 @@ label > span{
background-image: url(../assets/icone/arcata-inferiore_click.png);
}
.btn-ruota{
background-image: url("../assets/images/ruota.png");
}
.btn-ruota:hover, .btn-ruota.active{
background-image: url("../assets/images/ruota_click.png");
}
.btn-arcata-inferiore{
background-image: url("../assets/images/arcata-inferiore.png");
}