We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4389ddd commit 0f78201Copy full SHA for 0f78201
1 file changed
packages/console/app/src/component/go-referral.css
@@ -98,7 +98,7 @@
98
flex-direction: column;
99
gap: var(--space-3);
100
101
- >div {
+ > div {
102
display: flex;
103
align-items: center;
104
@@ -181,7 +181,7 @@
181
}
182
183
184
- [data-component="go-referral-overview"]+[data-slot="section-title"] {
+ [data-component="go-referral-overview"] + [data-slot="section-title"] {
185
margin-top: var(--space-4);
186
187
@@ -263,7 +263,6 @@
263
264
265
&[data-status="pending"] {
266
-
267
td[data-slot="referral-amount"],
268
td[data-slot="referral-date"] {
269
color: var(--color-text-muted);
@@ -280,12 +279,11 @@
280
279
281
282
@media (max-width: 40rem) {
283
284
th,
285
td {
286
padding: var(--space-2) var(--space-3);
287
font-size: var(--font-size-xs);
288
289
290
291
-}
+}
0 commit comments