@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) • 425 B
CSS
.graphiql-doc-explorer-section-title {
align-items: center;
display: flex;
font-size: var(--font-size-hint);
font-weight: var(--font-weight-medium);
line-height: 1;
& > svg {
height: var(--px-16);
margin-right: var(--px-8);
width: var(--px-16);
}
}
.graphiql-doc-explorer-section-content {
margin-left: var(--px-8);
margin-top: var(--px-16);
& > * + * {
margin-top: var(--px-16);
}
}