- saving progress;
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*&.selected {
|
||||
border-color: var(--menuitem-active-background);
|
||||
}*/
|
||||
|
||||
.meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user