joyent-portal/packages/ui-toolkit/src/text/small.js
2017-09-26 12:12:15 +01:00

14 lines
328 B
JavaScript

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