UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines 2.39 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_e758dad2{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin:0;overflow:inherit;padding:0;text-overflow:inherit}.isEnabled_e758dad2:active,.isEnabled_e758dad2:hover,.isEnabled_e758dad2:active:hover{color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}.isEnabled_e758dad2:focus{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.isDisabled_e758dad2{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";pointer-events:none;cursor:default}button.root_e758dad2{background:none;border:none;cursor:pointer;display:inline;font-size:inherit}button.root_e758dad2::-moz-focus-inner{border:0}button.root_e758dad2{outline:transparent}button.root_e758dad2{position:relative}.ms-Fabric.is-focusVisible button.root_e758dad2:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid " }, { "theme": "focusBorder", "defaultValue": "#000000" }, { "rawString": "}html[dir='ltr'] button.root_e758dad2{text-align:left}html[dir='rtl'] button.root_e758dad2{text-align:right}@media screen and (-ms-high-contrast: active){button.root_e758dad2{color:Highlight}}a.root_e758dad2{text-decoration:none}.ms-Fabric.is-focusVisible a.root_e758dad2:focus{outline:1px solid " }, { "theme": "focusBorder", "defaultValue": "#000000" }, { "rawString": "}.docs-LinkExample .ms-Link .root{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "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": "#0078d7" }, { "rawString": "}.docs-LinkExample .ms-Link .isDisabled{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": ";pointer-events:none;cursor:default}\n" }]); export var root = "root_e758dad2"; export var isEnabled = "isEnabled_e758dad2"; export var isDisabled = "isDisabled_e758dad2"; //# sourceMappingURL=Link.Example.scss.js.map