@redocly/graphql-docs
Version:
Redocly GraphQL docs
16 lines (15 loc) • 391 B
JavaScript
import{createGlobalStyle as o}from"styled-components";const e=o`
/*
* Static classnames that can be used to override styles for components:
* download-specification-button, next-section-button, button-base
*/
:root {
/* === graphql docs specific === */
/*
* Logo
*/
--logo-max-height: 285px;
--logo-max-width: 285px;
--logo-padding: 2px;
}
`;export{e as GlobalStyles};