UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

27 lines 933 B
define(["require", "exports", "../../Styling"], function (require, exports, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStyles = void 0; var GlobalClassNames = { root: 'ms-DocumentCardDetails', }; var getStyles = function (props) { var className = props.className, theme = props.theme; var classNames = (0, Styling_1.getGlobalClassNames)(GlobalClassNames, theme); return { root: [ classNames.root, { display: 'flex', flexDirection: 'column', flex: 1, justifyContent: 'space-between', overflow: 'hidden', }, className, ], }; }; exports.getStyles = getStyles; }); //# sourceMappingURL=DocumentCardDetails.styles.js.map