added logic for vision-img on click in circle saper

This commit is contained in:
Kostya
2024-01-25 23:29:53 +03:00
parent e11011bace
commit 03d7209942
2 changed files with 40 additions and 5 deletions

View File

@@ -337,6 +337,17 @@ input[type="number"]::-webkit-outer-spin-button {
filter: blur(5px);
}
.img-style-click {
position: relative;
width: 110px;
height: 110px;
top: -70px;
}
.crystal-img {
left: -5px;
}
.game-start {
pointer-events: unset !important;
}