mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added style for saper-start window in saperpage
This commit is contained in:
@@ -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%;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user