@graphiql/react
Version:
[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)
23 lines (19 loc) • 573 B
CSS
.graphiql-doc-explorer-argument {
& > * + * {
margin-top: var(--px-12);
}
}
.graphiql-doc-explorer-argument-name {
color: hsl(var(--color-secondary));
}
.graphiql-doc-explorer-argument-deprecation {
background-color: hsla(var(--color-warning), var(--alpha-background-light));
border: 1px solid hsl(var(--color-warning));
border-radius: var(--border-radius-4);
color: hsl(var(--color-warning));
padding: var(--px-8);
}
.graphiql-doc-explorer-argument-deprecation-label {
font-size: var(--font-size-hint);
font-weight: var(--font-weight-medium);
}