joyent-portal/packages/ui-toolkit/src/text/small.js

13 lines
300 B
JavaScript
Raw Normal View History

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