joyent-portal/packages/ui-toolkit/src/text/small.js
2017-06-01 17:04:13 +01:00

12 lines
271 B
JavaScript

import { Small } from 'normalized-styled-components';
import remcalc from 'remcalc';
import typography from '../typography';
export default Small.extend`
${typography.fontFamily};
${typography.normal};
line-height: ${remcalc(18)};
font-size: ${remcalc(14)};
`;