office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
19 lines • 5.14 kB
JavaScript
;
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_ab2b86f7{display:block;max-width:364px;border:0;-webkit-box-shadow:none !important;box-shadow:none !important}.bodyContent_ab2b86f7{padding:20px}.headerIsLarge_ab2b86f7:not(:last-child){margin-bottom:14px}.headerIsSmall_ab2b86f7:not(:last-child){margin-bottom:14px}.headline_ab2b86f7{margin:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.headerIsLarge_ab2b86f7 .headline_ab2b86f7{font-size:28px;font-weight:100;font-weight:100}.headerIsCondensed_ab2b86f7 .headline_ab2b86f7{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsCondensed_ab2b86f7 .headline_ab2b86f7{margin-right:10px}[dir='rtl'] .headerIsCondensed_ab2b86f7 .headline_ab2b86f7{margin-left:10px}.headerIsSmall_ab2b86f7 .headline_ab2b86f7{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsSmall_ab2b86f7 .headline_ab2b86f7{margin-right:10px}[dir='rtl'] .headerIsSmall_ab2b86f7 .headline_ab2b86f7{margin-left:10px}.body_ab2b86f7:not(:last-child){margin-bottom:20px}.subText_ab2b86f7{margin:0;font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:300}.root_ab2b86f7 .closeButton_ab2b86f7{position:absolute;top:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-size:12px}[dir='ltr'] .root_ab2b86f7 .closeButton_ab2b86f7{right:0}[dir='rtl'] .root_ab2b86f7 .closeButton_ab2b86f7{left:0}html[dir='ltr'] .footer_ab2b86f7 .ms-Button:not(:first-child){margin-left:20px}html[dir='rtl'] .footer_ab2b86f7 .ms-Button:not(:first-child){margin-right:20px}.root_ab2b86f7 .ms-Callout-main,.root_ab2b86f7 .ms-Callout-beak,.root_ab2b86f7 .ms-Callout-smallbeak{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.wideCallout_ab2b86f7{max-width:456px}.wideCallout_ab2b86f7 .ms-TeachingBubble-content{display:-webkit-box;display:-ms-flexbox;display:flex}.wideCallout_ab2b86f7 .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_ab2b86f7 .bodyContent_ab2b86f7{max-width:302px}.root_ab2b86f7 .primaryButton_ab2b86f7{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .primaryButton_ab2b86f7 .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_ab2b86f7 .primaryButton_ab2b86f7:hover{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.root_ab2b86f7 .primaryButton_ab2b86f7:focus{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .primaryButton_ab2b86f7:active{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .secondaryButton_ab2b86f7{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .secondaryButton_ab2b86f7 .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .secondaryButton_ab2b86f7:hover{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .secondaryButton_ab2b86f7:focus{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_ab2b86f7 .secondaryButton_ab2b86f7:active{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]);
exports.root = "root_ab2b86f7";
exports.bodyContent = "bodyContent_ab2b86f7";
exports.headerIsLarge = "headerIsLarge_ab2b86f7";
exports.headerIsSmall = "headerIsSmall_ab2b86f7";
exports.headline = "headline_ab2b86f7";
exports.headerIsCondensed = "headerIsCondensed_ab2b86f7";
exports.body = "body_ab2b86f7";
exports.subText = "subText_ab2b86f7";
exports.closeButton = "closeButton_ab2b86f7";
exports.footer = "footer_ab2b86f7";
exports.wideCallout = "wideCallout_ab2b86f7";
exports.primaryButton = "primaryButton_ab2b86f7";
exports.secondaryButton = "secondaryButton_ab2b86f7";
//# sourceMappingURL=TeachingBubble.scss.js.map