office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines (13 loc) • 830 B
JavaScript
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
var styles = {
root: 'root_ac4ba078',
hasMediumDelay: 'hasMediumDelay_ac4ba078',
content: 'content_ac4ba078',
subText: 'subText_ac4ba078',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_ac4ba078{max-width:364px;background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";padding:8px;pointer-events:none}.root_ac4ba078.hasMediumDelay_ac4ba078{-webkit-animation-delay:.3s;animation-delay:.3s}.content_ac4ba078{font-size:12px;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";word-wrap:break-word;overflow-wrap:break-word}.subText_ac4ba078{margin:0}" }]);
module.exports = styles;
/* tslint:enable */
//# sourceMappingURL=Tooltip.scss.js.map
;