office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 948 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
load_themed_styles_1.loadStyles([{ "rawString": ".root_e9fad71c{position:relative;font-size:12px;background:transparent;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": "}.focusZone_e9fad71c{display:inline-block;vertical-align:top;min-width:100%;min-height:1px}.rootIsHorizontalConstrained_e9fad71c{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.root_e9fad71c .ms-List-cell{min-height:38px;word-break:break-word}.rootCompact_e9fad71c .ms-List-cell{min-height:32px}\n" }]);
exports.root = "root_e9fad71c";
exports.focusZone = "focusZone_e9fad71c";
exports.rootIsHorizontalConstrained = "rootIsHorizontalConstrained_e9fad71c";
exports.rootCompact = "rootCompact_e9fad71c";
//# sourceMappingURL=DetailsList.scss.js.map