UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 749 B
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_aad7cbfe{background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";padding:8px;pointer-events:none}.root_aad7cbfe.hasMediumDelay_aad7cbfe{-webkit-animation-delay:300ms;animation-delay:300ms}.content_aad7cbfe{font-size:12px;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";word-wrap:break-word;overflow-wrap:break-word}.subText_aad7cbfe{margin:0}\n" }]); export var root = "root_aad7cbfe"; export var hasMediumDelay = "hasMediumDelay_aad7cbfe"; export var content = "content_aad7cbfe"; export var subText = "subText_aad7cbfe"; //# sourceMappingURL=Tooltip.scss.js.map