mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
added logic for card-count
This commit is contained in:
@@ -386,24 +386,26 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
text-align: center;
|
||||
font-family: "Montserrat Alternates";
|
||||
font-size: 18px;
|
||||
font-width: 700;
|
||||
font-weight: 700;
|
||||
padding: 1% 1%;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
border-radius: 25px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.on-element-card {
|
||||
opacity: 1 !important;
|
||||
transition: opacity .4s ease;
|
||||
}
|
||||
|
||||
.emeralds-bg {
|
||||
background: #6BC884;
|
||||
/*top: -54px;*/
|
||||
/*left: 20px;*/
|
||||
top: -22%;
|
||||
left: 12%;
|
||||
}
|
||||
|
||||
.crystals-bg {
|
||||
background: #EF4444;
|
||||
/*top: -52px;*/
|
||||
/*left: 20px;*/
|
||||
top: -20%;
|
||||
left: 12%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user