mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with template styles
This commit is contained in:
@@ -52,7 +52,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
background: #22252F;
|
background: #22252F;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 27%;
|
width: 27%;
|
||||||
height: 74%;
|
height: 480px;
|
||||||
margin-top: 2.6%;
|
margin-top: 2.6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -288,7 +288,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
background: #22252F;
|
background: #22252F;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 85%;
|
width: 85%;
|
||||||
height: 90%;
|
height: 580px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.square {
|
.square {
|
||||||
@@ -383,7 +383,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
background: linear-gradient(180deg, #252C47 0%, #252C47 8.33%, rgba(37, 44, 71, 0.00) 100%);
|
background: linear-gradient(180deg, #252C47 0%, #252C47 8.33%, rgba(37, 44, 71, 0.00) 100%);
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
width: 85%;
|
width: 85%;
|
||||||
height: 100%;
|
height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-style__subtitle h2 {
|
.text-style__subtitle h2 {
|
||||||
@@ -449,7 +449,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
}
|
}
|
||||||
.saper-start {
|
.saper-start {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 80%;
|
height: 500px;
|
||||||
}
|
}
|
||||||
.btns-style__steps button {
|
.btns-style__steps button {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
@@ -509,7 +509,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
}
|
}
|
||||||
.saper-start {
|
.saper-start {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 75%;
|
height: 510px;
|
||||||
}
|
}
|
||||||
.steps-btns__display {
|
.steps-btns__display {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user