src/styles/getting-started.styles.ts (
7
lines of code) (
raw
):
import { css } from '@emotion/react'; export const gettingStartedStyles = euiTheme => ({ wrapperInner: css` padding-top: ${euiTheme.size.xxl}; padding-bottom: ${euiTheme.size.xl}; `, });