UNPKG

@fluentui/react-northstar

Version:
26 lines (24 loc) 605 B
"use strict"; exports.__esModule = true; exports.formLabelStyles = void 0; var _utils = require("../../../../utils"); var formLabelStyles = { root: function root(_ref) { var p = _ref.props, v = _ref.variables; return Object.assign({ display: 'block', lineHeight: v.lineHeight, marginBottom: v.marginBottom }, p.inline && { marginRight: (0, _utils.pxToRem)(10), display: 'inline' }, p.required && { '::after': { content: '"*"' } }); } }; exports.formLabelStyles = formLabelStyles; //# sourceMappingURL=formLabelStyles.js.map