Merge branch 'develop' into feature/30-better-tables
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
justify-content: space-between;
|
||||
padding: 16px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-2);
|
||||
border: 1px solid #858585;
|
||||
background: #cecece;
|
||||
align-items: center;
|
||||
gap: 48px;
|
||||
|
||||
@@ -41,26 +41,73 @@
|
||||
span:nth-last-of-type(1) {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-of-type(2) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-3);
|
||||
.statsBigBadges__grid {
|
||||
.statsBigBadges__gridItem {
|
||||
&: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-3);
|
||||
}
|
||||
|
||||
&:nth-of-type(3) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-4);
|
||||
}
|
||||
|
||||
&:nth-of-type(4) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-1);
|
||||
}
|
||||
|
||||
&:nth-of-type(5) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-5);
|
||||
}
|
||||
|
||||
&:nth-of-type(6) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-6);
|
||||
}
|
||||
}
|
||||
&:nth-of-type(3) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-4);
|
||||
}
|
||||
&:nth-of-type(4) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-1);
|
||||
}
|
||||
&:nth-of-type(5) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-5);
|
||||
}
|
||||
&:nth-of-type(6) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-6);
|
||||
|
||||
&.applStats {
|
||||
.statsBigBadges__gridItem {
|
||||
&: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-3);
|
||||
}
|
||||
|
||||
&:nth-of-type(3) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-4);
|
||||
}
|
||||
|
||||
&:nth-of-type(4) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-7);
|
||||
}
|
||||
|
||||
&:nth-of-type(5) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-8);
|
||||
}
|
||||
|
||||
&:nth-of-type(6) {
|
||||
border: 1px solid var(--yellow-500);
|
||||
background: var(--card-full-background-color-9);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user