@commercetools-docs/gatsby-theme-api-docs
Version:
Gatsby theme for commercetools documentation API
12 lines (10 loc) • 331 B
JavaScript
import styled from '@emotion/styled';
import { designSystem } from '@commercetools-docs/ui-kit';
export default styled.span`
color: ${designSystem.colors.light.textWarning};
font-size: ${designSystem.typography.fontSizes.small};
font-weight: ${designSystem.typography.fontWeights.bold};
::after {
content: '*';
}
`;