import { css, space } from '../../styled'; export default { base: css` border-radius: 0px; box-shadow: none; height: ${space(11)}em; `, Icon: { base: css` height: ${space(11)}em; ` } };