office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
6 lines • 962 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": ".docs-LinkExample .ms-Link .root{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": ";margin:0;overflow:inherit;padding:0;text-overflow:inherit}.docs-LinkExample .ms-Link .isEnabled:active,.docs-LinkExample .ms-Link .isEnabled:hover,.docs-LinkExample .ms-Link .isEnabled:active:hover{color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}.docs-LinkExample .ms-Link .isEnabled:focus{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": "}.docs-LinkExample .ms-Link .isDisabled{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";pointer-events:none;cursor:default}\n" }]);
//# sourceMappingURL=Link.Example.scss.js.map
;