mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Change color
This commit is contained in:
@@ -274,8 +274,9 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15%;
|
top: 15%;
|
||||||
left: 45%;
|
left: 45%;
|
||||||
background: #000;
|
background: #262C48;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.saper-game {
|
.saper-game {
|
||||||
@@ -348,7 +349,8 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
pointer-events: unset !important;
|
pointer-events: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-start__menu-off .crystals, .game-start__menu-off .diamonds,
|
.game-start__menu-off .crystals,
|
||||||
|
.game-start__menu-off .diamonds,
|
||||||
.game-start__menu-off .saper-start__btns .btn-start {
|
.game-start__menu-off .saper-start__btns .btn-start {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@@ -447,54 +449,71 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
.saper-game__content {
|
.saper-game__content {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.saper-start {
|
.saper-start {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btns-style__steps button {
|
.btns-style__steps button {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-slide {
|
.swiper-slide {
|
||||||
margin-right: 29px !important;
|
margin-right: 29px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.steps-btns__display {
|
.steps-btns__display {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-lines .firstline {
|
.margin-lines .firstline {
|
||||||
margin-top: 2%;
|
margin-top: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-emeralds {
|
.info-emeralds {
|
||||||
margin-top: 6.5%;
|
margin-top: 6.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-crystals {
|
.info-crystals {
|
||||||
margin-top: 6.5%;
|
margin-top: 6.5%;
|
||||||
}
|
}
|
||||||
.crystals-btns__choices button, .btn-style__diamonds button {
|
|
||||||
|
.crystals-btns__choices button,
|
||||||
|
.btn-style__diamonds button {
|
||||||
padding: 4px 13px;
|
padding: 4px 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diamond-icon {
|
.diamond-icon {
|
||||||
top: 12px;
|
top: 12px;
|
||||||
left: 35px;
|
left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#diamonds-input {
|
#diamonds-input {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btns-style__steps button {
|
.btns-style__steps button {
|
||||||
padding: 6px 9px;
|
padding: 6px 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-info img {
|
.card-info img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circles-1 {
|
.circles-1 {
|
||||||
top: 110px;
|
top: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circles-2 {
|
.circles-2 {
|
||||||
top: 220px;
|
top: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circles-3 {
|
.circles-3 {
|
||||||
top: 330px;
|
top: 330px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circles-4 {
|
.circles-4 {
|
||||||
top: 440px;
|
top: 440px;
|
||||||
}
|
}
|
||||||
@@ -504,63 +523,83 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
.bg-two {
|
.bg-two {
|
||||||
left: 300px;
|
left: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.saper-game__content {
|
.saper-game__content {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.saper-start {
|
.saper-start {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 75%;
|
height: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.steps-btns__display {
|
.steps-btns__display {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btns-style__steps button {
|
.btns-style__steps button {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-slide {
|
.swiper-slide {
|
||||||
margin-right: 30px !important;
|
margin-right: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-lines .firstline {
|
.margin-lines .firstline {
|
||||||
margin-top: 2%;
|
margin-top: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.square {
|
.square {
|
||||||
width: 75px;
|
width: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-style-click {
|
.img-style-click {
|
||||||
left: -15px;
|
left: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-emeralds {
|
.info-emeralds {
|
||||||
margin-top: 6.5%;
|
margin-top: 6.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-crystals {
|
.info-crystals {
|
||||||
margin-top: 6.5%;
|
margin-top: 6.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-style__subtitle h2 {
|
.text-style__subtitle h2 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-style__comment p {
|
.text-style__comment p {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
.crystals-btns__choices button, .btn-style__diamonds button {
|
|
||||||
|
.crystals-btns__choices button,
|
||||||
|
.btn-style__diamonds button {
|
||||||
padding: 4px 7px;
|
padding: 4px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diamonds-btns__display {
|
.diamonds-btns__display {
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diamond-icon {
|
.diamond-icon {
|
||||||
top: 12px;
|
top: 12px;
|
||||||
left: 35px;
|
left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#diamonds-input {
|
#diamonds-input {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btns-style__steps button {
|
.btns-style__steps button {
|
||||||
padding: 6px 4px;
|
padding: 6px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-info img {
|
.card-info img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circles__content {
|
.circles__content {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -591,7 +630,8 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-button-prev:after, .swiper-button-next:after {
|
.swiper-button-prev:after,
|
||||||
|
.swiper-button-next:after {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: rgb(210 31 31 / 62%);
|
color: rgb(210 31 31 / 62%);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user