UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 5.07 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_0311aa91{display:block;max-width:364px;border:0;-webkit-box-shadow:none !important;box-shadow:none !important}.bodyContent_0311aa91{padding:20px}.headerIsLarge_0311aa91:not(:last-child){margin-bottom:14px}.headerIsSmall_0311aa91:not(:last-child){margin-bottom:14px}.headline_0311aa91{margin:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.headerIsLarge_0311aa91 .headline_0311aa91{font-size:28px;font-weight:100;font-weight:100}.headerIsCondensed_0311aa91 .headline_0311aa91{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsCondensed_0311aa91 .headline_0311aa91{margin-right:10px}[dir='rtl'] .headerIsCondensed_0311aa91 .headline_0311aa91{margin-left:10px}.headerIsSmall_0311aa91 .headline_0311aa91{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsSmall_0311aa91 .headline_0311aa91{margin-right:10px}[dir='rtl'] .headerIsSmall_0311aa91 .headline_0311aa91{margin-left:10px}.body_0311aa91:not(:last-child){margin-bottom:20px}.subText_0311aa91{margin:0;font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:300}.root_0311aa91 .closeButton_0311aa91{position:absolute;top:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-size:12px}[dir='ltr'] .root_0311aa91 .closeButton_0311aa91{right:0}[dir='rtl'] .root_0311aa91 .closeButton_0311aa91{left:0}html[dir='ltr'] .footer_0311aa91 .ms-Button:not(:first-child){margin-left:20px}html[dir='rtl'] .footer_0311aa91 .ms-Button:not(:first-child){margin-right:20px}.root_0311aa91 .ms-Callout-main,.root_0311aa91 .ms-Callout-beak,.root_0311aa91 .ms-Callout-smallbeak{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.wideCallout_0311aa91{max-width:456px}.wideCallout_0311aa91 .ms-TeachingBubble-content{display:-webkit-box;display:-ms-flexbox;display:flex}.wideCallout_0311aa91 .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_0311aa91 .bodyContent_0311aa91{max-width:302px}.root_0311aa91 .primaryButton_0311aa91{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .primaryButton_0311aa91 .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_0311aa91 .primaryButton_0311aa91:hover{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.root_0311aa91 .primaryButton_0311aa91:focus{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .primaryButton_0311aa91:active{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .secondaryButton_0311aa91{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .secondaryButton_0311aa91 .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .secondaryButton_0311aa91:hover{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .secondaryButton_0311aa91:focus{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_0311aa91 .secondaryButton_0311aa91:active{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]); export var root = "root_0311aa91"; export var bodyContent = "bodyContent_0311aa91"; export var headerIsLarge = "headerIsLarge_0311aa91"; export var headerIsSmall = "headerIsSmall_0311aa91"; export var headline = "headline_0311aa91"; export var headerIsCondensed = "headerIsCondensed_0311aa91"; export var body = "body_0311aa91"; export var subText = "subText_0311aa91"; export var closeButton = "closeButton_0311aa91"; export var footer = "footer_0311aa91"; export var wideCallout = "wideCallout_0311aa91"; export var primaryButton = "primaryButton_0311aa91"; export var secondaryButton = "secondaryButton_0311aa91"; //# sourceMappingURL=TeachingBubble.scss.js.map