- saving progress;

This commit is contained in:
Vitalii Kiiko
2025-02-10 14:35:51 +01:00
parent 7ff7d84c17
commit 7fa06b5b8c
12 changed files with 447 additions and 11 deletions

View File

@@ -57,6 +57,10 @@
cursor: pointer;
}
/*&.selected {
border-color: var(--menuitem-active-background);
}*/
.meta {
display: flex;
flex-direction: column;

View File

@@ -112,6 +112,50 @@
}
}
.statsBigBadges__gridItemDoubleStatsBeneficiary {
display: flex;
flex-direction: column;
padding: 16px;
border-radius: 6px;
border: 1px solid #858585;
background: #cecece;
align-items: center;
gap: 32px;
span {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: center;
}
> span:first-of-type {
min-height: 50px;
}
&:nth-of-type(1) {
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-2);
}
&:nth-of-type(2) {
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-4);
}
&:nth-of-type(3) {
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-3);
}
&:nth-of-type(4) {
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-1);
}
}
.statsBigBadges__grid {
.statsBigBadges__gridItem {
&:nth-of-type(1) {