Skip to content

Commit 0f78201

Browse files
chore: generate
1 parent 4389ddd commit 0f78201

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/console/app/src/component/go-referral.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
flex-direction: column;
9999
gap: var(--space-3);
100100

101-
>div {
101+
> div {
102102
display: flex;
103103
align-items: center;
104104
gap: var(--space-3);
@@ -181,7 +181,7 @@
181181
}
182182
}
183183

184-
[data-component="go-referral-overview"]+[data-slot="section-title"] {
184+
[data-component="go-referral-overview"] + [data-slot="section-title"] {
185185
margin-top: var(--space-4);
186186
}
187187

@@ -263,7 +263,6 @@
263263
}
264264

265265
&[data-status="pending"] {
266-
267266
td[data-slot="referral-amount"],
268267
td[data-slot="referral-date"] {
269268
color: var(--color-text-muted);
@@ -280,12 +279,11 @@
280279
}
281280

282281
@media (max-width: 40rem) {
283-
284282
th,
285283
td {
286284
padding: var(--space-2) var(--space-3);
287285
font-size: var(--font-size-xs);
288286
}
289287
}
290288
}
291-
}
289+
}

0 commit comments

Comments
 (0)