UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

19 lines 5.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* tslint:disable */ var load_themed_styles_1 = require("@microsoft/load-themed-styles"); load_themed_styles_1.loadStyles([{ "rawString": ".root_dffae88e{display:block;max-width:364px;border:0;-webkit-box-shadow:none !important;box-shadow:none !important}.bodyContent_dffae88e{padding:20px}.headerIsLarge_dffae88e:not(:last-child){margin-bottom:14px}.headerIsSmall_dffae88e:not(:last-child){margin-bottom:14px}.headline_dffae88e{margin:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.headerIsLarge_dffae88e .headline_dffae88e{font-size:28px;font-weight:100;font-weight:100}.headerIsCondensed_dffae88e .headline_dffae88e{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsCondensed_dffae88e .headline_dffae88e{margin-right:10px}[dir='rtl'] .headerIsCondensed_dffae88e .headline_dffae88e{margin-left:10px}.headerIsSmall_dffae88e .headline_dffae88e{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsSmall_dffae88e .headline_dffae88e{margin-right:10px}[dir='rtl'] .headerIsSmall_dffae88e .headline_dffae88e{margin-left:10px}.body_dffae88e:not(:last-child){margin-bottom:20px}.subText_dffae88e{margin:0;font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:300}.root_dffae88e .closeButton_dffae88e{position:absolute;top:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-size:12px}[dir='ltr'] .root_dffae88e .closeButton_dffae88e{right:0}[dir='rtl'] .root_dffae88e .closeButton_dffae88e{left:0}html[dir='ltr'] .footer_dffae88e .ms-Button:not(:first-child){margin-left:20px}html[dir='rtl'] .footer_dffae88e .ms-Button:not(:first-child){margin-right:20px}.root_dffae88e .ms-Callout-main,.root_dffae88e .ms-Callout-beak,.root_dffae88e .ms-Callout-smallbeak{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.wideCallout_dffae88e{max-width:456px}.wideCallout_dffae88e .ms-TeachingBubble-content{display:-webkit-box;display:-ms-flexbox;display:flex}.wideCallout_dffae88e .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_dffae88e .bodyContent_dffae88e{max-width:302px}.root_dffae88e .primaryButton_dffae88e{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .primaryButton_dffae88e .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_dffae88e .primaryButton_dffae88e:hover{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.root_dffae88e .primaryButton_dffae88e:focus{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .primaryButton_dffae88e:active{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .secondaryButton_dffae88e{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .secondaryButton_dffae88e .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .secondaryButton_dffae88e:hover{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .secondaryButton_dffae88e:focus{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dffae88e .secondaryButton_dffae88e:active{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]); exports.root = "root_dffae88e"; exports.bodyContent = "bodyContent_dffae88e"; exports.headerIsLarge = "headerIsLarge_dffae88e"; exports.headerIsSmall = "headerIsSmall_dffae88e"; exports.headline = "headline_dffae88e"; exports.headerIsCondensed = "headerIsCondensed_dffae88e"; exports.body = "body_dffae88e"; exports.subText = "subText_dffae88e"; exports.closeButton = "closeButton_dffae88e"; exports.footer = "footer_dffae88e"; exports.wideCallout = "wideCallout_dffae88e"; exports.primaryButton = "primaryButton_dffae88e"; exports.secondaryButton = "secondaryButton_dffae88e"; //# sourceMappingURL=TeachingBubble.scss.js.map