chore: generate
This commit is contained in:
parent
ea27114eb9
commit
71e90073d2
1 changed files with 3 additions and 5 deletions
|
|
@ -98,7 +98,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--space-3);
|
gap: var(--space-3);
|
||||||
|
|
||||||
>div {
|
> div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--space-3);
|
gap: var(--space-3);
|
||||||
|
|
@ -181,7 +181,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-component="go-referral-overview"]+[data-slot="section-title"] {
|
[data-component="go-referral-overview"] + [data-slot="section-title"] {
|
||||||
margin-top: var(--space-4);
|
margin-top: var(--space-4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -263,7 +263,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-status="pending"] {
|
&[data-status="pending"] {
|
||||||
|
|
||||||
td[data-slot="referral-amount"],
|
td[data-slot="referral-amount"],
|
||||||
td[data-slot="referral-date"] {
|
td[data-slot="referral-date"] {
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
|
|
@ -280,7 +279,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 40rem) {
|
@media (max-width: 40rem) {
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
padding: var(--space-2) var(--space-3);
|
padding: var(--space-2) var(--space-3);
|
||||||
|
|
@ -288,4 +286,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue