office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 5.07 kB
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_224497bc{display:block;max-width:364px;border:0;-webkit-box-shadow:none !important;box-shadow:none !important}.bodyContent_224497bc{padding:20px}.headerIsLarge_224497bc:not(:last-child){margin-bottom:14px}.headerIsSmall_224497bc:not(:last-child){margin-bottom:14px}.headline_224497bc{margin:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.headerIsLarge_224497bc .headline_224497bc{font-size:28px;font-weight:100;font-weight:100}.headerIsCondensed_224497bc .headline_224497bc{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsCondensed_224497bc .headline_224497bc{margin-right:10px}[dir='rtl'] .headerIsCondensed_224497bc .headline_224497bc{margin-left:10px}.headerIsSmall_224497bc .headline_224497bc{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsSmall_224497bc .headline_224497bc{margin-right:10px}[dir='rtl'] .headerIsSmall_224497bc .headline_224497bc{margin-left:10px}.body_224497bc:not(:last-child){margin-bottom:20px}.subText_224497bc{margin:0;font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:300}.root_224497bc .closeButton_224497bc{position:absolute;top:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-size:12px}[dir='ltr'] .root_224497bc .closeButton_224497bc{right:0}[dir='rtl'] .root_224497bc .closeButton_224497bc{left:0}html[dir='ltr'] .footer_224497bc .ms-Button:not(:first-child){margin-left:20px}html[dir='rtl'] .footer_224497bc .ms-Button:not(:first-child){margin-right:20px}.root_224497bc .ms-Callout-main,.root_224497bc .ms-Callout-beak,.root_224497bc .ms-Callout-smallbeak{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.wideCallout_224497bc{max-width:456px}.wideCallout_224497bc .ms-TeachingBubble-content{display:-webkit-box;display:-ms-flexbox;display:flex}.wideCallout_224497bc .ms-TeachingBubble-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px;max-width:154px}.wideCallout_224497bc .bodyContent_224497bc{max-width:302px}.root_224497bc .primaryButton_224497bc{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .primaryButton_224497bc .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_224497bc .primaryButton_224497bc:hover{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.root_224497bc .primaryButton_224497bc:focus{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .primaryButton_224497bc:active{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .secondaryButton_224497bc{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .secondaryButton_224497bc .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .secondaryButton_224497bc:hover{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .secondaryButton_224497bc:focus{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_224497bc .secondaryButton_224497bc:active{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]);
export var root = "root_224497bc";
export var bodyContent = "bodyContent_224497bc";
export var headerIsLarge = "headerIsLarge_224497bc";
export var headerIsSmall = "headerIsSmall_224497bc";
export var headline = "headline_224497bc";
export var headerIsCondensed = "headerIsCondensed_224497bc";
export var body = "body_224497bc";
export var subText = "subText_224497bc";
export var closeButton = "closeButton_224497bc";
export var footer = "footer_224497bc";
export var wideCallout = "wideCallout_224497bc";
export var primaryButton = "primaryButton_224497bc";
export var secondaryButton = "secondaryButton_224497bc";
//# sourceMappingURL=TeachingBubble.scss.js.map