blob: 4a1ff259f94438d9ca786bb4d0f228c1ce6c053e [file]
/* Astryx convergence (task #136): the Claude subscription card was the last
user of the hand-rolled `.settingsConnectionRow[data-status]` recipe (9
tinted variants), the quota rows, and the paste panel — it now composes
Card / Banner / HStack / VStack / ProgressBar / FieldStatus, so those rules
are retired. What remains is the inline-meta helper the Web Search page
still uses. */
.settingsConnectionMeta {
font: var(--maka-text-supporting);
margin: 0;
display: flex;
gap: var(--space-3);
color: var(--muted-foreground);
}