UNPKG

@commercetools-docs/gatsby-theme-api-docs

Version:
12 lines (10 loc) 331 B
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: '*'; } `;