mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added margin and changed cursor for all btns, saperpage
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
height: 95%;
|
height: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="number"]::-webkit-inner-spin-button,
|
input[type="number"]::-webkit-inner-spin-button,
|
||||||
input[type="number"]::-webkit-outer-spin-button {
|
input[type="number"]::-webkit-outer-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
@@ -21,7 +25,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: 75%;
|
height: 77%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.padding-elements {
|
.padding-elements {
|
||||||
@@ -184,6 +188,10 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
background: #252C47;
|
background: #252C47;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.saper-start__steps {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.steps-btns__display {
|
.steps-btns__display {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user