added logic for card-count

This commit is contained in:
Kostya
2024-01-28 23:00:55 +03:00
parent 98a4399644
commit 3e8c5268fc
2 changed files with 14 additions and 9 deletions

View File

@@ -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%;
}