UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

29 lines 994 B
define(["require", "exports", "../../Styling"], function (require, exports, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GlobalClassNames = { root: 'ms-GroupShowAll', link: 'ms-Link' }; exports.getStyles = function (props) { var theme = props.theme; var classNames = Styling_1.getGlobalClassNames(GlobalClassNames, theme); return { root: [ classNames.root, { position: 'relative', padding: '10px 84px', cursor: 'pointer', selectors: (_a = {}, _a["." + classNames.link] = { fontSize: Styling_1.FontSizes.small }, _a) } ] }; var _a; }; }); //# sourceMappingURL=GroupShowAll.styles.js.map