UNPKG

@fluentui/react-northstar

Version:
24 lines (22 loc) 740 B
"use strict"; exports.__esModule = true; exports.chatStyles = void 0; var _utils = require("../../../../utils"); var chatStyles = { root: function root(_ref) { var p = _ref.props, v = _ref.variables, siteVariables = _ref.theme.siteVariables; return { backgroundColor: v.backgroundColor, border: siteVariables.borderWidth + " solid " + v.backgroundColor, display: 'flex', flexDirection: 'column', listStyle: 'none', margin: 0, padding: p.density === 'compact' ? "0 " + (0, _utils.pxToRem)(4) + " " + (0, _utils.pxToRem)(2) : "0 " + (0, _utils.pxToRem)(10) + " 0 " + (0, _utils.pxToRem)(10) }; } }; exports.chatStyles = chatStyles; //# sourceMappingURL=chatStyles.js.map