added style for saper-start window in saperpage

This commit is contained in:
Kostya
2023-12-03 08:28:18 +03:00
parent bd8c98a1bc
commit 3e1406a60c

View File

@@ -3,8 +3,17 @@
} }
.saper { .saper {
padding-top: 20%; padding-top: 15%;
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);
}
.saper-start {
margin-left: 77px;
border-radius: 20px;
background: #22252F;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 25%;
height: 70%;
} }