UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

29 lines 912 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Styling_1 = require("../../../Styling"); var GlobalClassNames = { root: 'ms-PlainCard-root' }; function getStyles(props) { var theme = props.theme, className = props.className; var classNames = Styling_1.getGlobalClassNames(GlobalClassNames, theme); return { root: [ classNames.root, { pointerEvents: 'auto', boxShadow: '0 0 20px rgba(0, 0, 0, .2)', border: 'none', selectors: (_a = {}, _a[Styling_1.HighContrastSelector] = { border: '1px solid WindowText' }, _a) }, className ] }; var _a; } exports.getStyles = getStyles; //# sourceMappingURL=PlainCard.styles.js.map