changed height and padding-top for saper and saper-start window, saperpage

This commit is contained in:
Kostya
2023-12-03 10:15:22 +03:00
parent bd795fce1f
commit efb3262315

View File

@@ -13,7 +13,7 @@ input[type="number"]::-webkit-outer-spin-button {
} }
.saper { .saper {
padding-top: 15%; padding-top: 10%;
border-radius: 20px; border-radius: 20px;
background: #17181C; background: #17181C;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
@@ -25,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: 77%; height: 70%;
} }
.padding-elements { .padding-elements {