office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
4 lines • 853 B
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
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