mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added styles for btns in saper-start window, saperpage
This commit is contained in:
@@ -70,6 +70,11 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
background: #22252F;
|
||||
}
|
||||
|
||||
.crystals__choises {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.crystals .crystals__choises input:focus {
|
||||
outline: none;
|
||||
}
|
||||
@@ -78,10 +83,22 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
margin-left: -22px;
|
||||
}
|
||||
|
||||
|
||||
.crystals-btns__choices button {
|
||||
margin-left: 5px;
|
||||
border-radius: 10px;
|
||||
background: #252C47;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
border: none;
|
||||
color: #FFF;
|
||||
font-weight: 700;
|
||||
line-height: 31px;
|
||||
font-family: Montserrat Alternates;
|
||||
font-size: 12px;
|
||||
padding: 4px 13px;
|
||||
}
|
||||
|
||||
.crystal-icon {
|
||||
position: relative;
|
||||
left: 25px;
|
||||
top: 11px;
|
||||
top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user