This commit is contained in:
2026-08-05 23:00:14 +07:00
parent 33cde1d28b
commit ec6a5dc709
16 changed files with 11 additions and 34 deletions
+5 -5
View File
@@ -13,7 +13,7 @@
<style scoped>
.belt-block {
height: 100%;
background-color: rgb(0, 0, 0);
background-color: rgb(0 0 0);
background-image: url("@/assets/images/belt.png");
background-size: cover;
position: relative;
@@ -27,12 +27,12 @@
}
.shadow-top {
top: 0px;
box-shadow: 0px -5px 10px black;
top: 0;
box-shadow: 0 -5px 10px black;
}
.shadow-bottom {
bottom: 0px;
box-shadow: 0px 5px 10px black;
bottom: 0;
box-shadow: 0 5px 10px black;
}
</style>
-1
View File
@@ -63,7 +63,6 @@ getScenarios()
/* background-color: #553333; */
background-color: #222;
border: 2px solid #222;
}
+3 -5
View File
@@ -152,7 +152,7 @@ function getTextForCounter(count: number): string[] {
}
.game-input-run::placeholder {
color: #333333;
color: #333;
}
.game-input-run:focus {
@@ -216,11 +216,9 @@ function getTextForCounter(count: number): string[] {
margin: 0 1px;
display: inline-block;
text-align: center;
background-image: url("@/assets/images/paper.jpg");
background-size: cover;
box-shadow: 0px -2px 5px black;
box-shadow: 0 -2px 5px black;
}
.places-text-number {
@@ -245,7 +243,7 @@ function getTextForCounter(count: number): string[] {
margin: 0 4px;
}
@media (min-width: 1025px) {
@media (width >= 1025px) {
.center-block-700 {
width: 700px;
margin: 0 auto;
+1 -1
View File
@@ -39,7 +39,7 @@
background-image: url("@/assets/images/paper.jpg");
background-size: cover;
display: flow-root;
box-shadow: 0px 0 5px black;
box-shadow: 0 0 5px black;
}
.message-cloud-2,
+1 -1
View File
@@ -17,7 +17,7 @@
<style scoped>
.plate-block {
position: relative;
box-shadow: 0px 0px 10px black;
box-shadow: 0 0 10px black;
}
.metal-plate-block {
-1
View File
@@ -100,7 +100,6 @@ getScenarios()
/* background-color: #553333; */
background-color: #222;
border: 2px solid #222;
}