office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 4.25 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_dab8f65b{display:block;max-width:364px}.bodyContent_dab8f65b{padding:20px}.headerIsLarge_dab8f65b:not(:last-child){margin-bottom:14px}.headline_dab8f65b{margin:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.headerIsLarge_dab8f65b .headline_dab8f65b{font-size:28px;font-weight:100;font-weight:100}.headerIsSmall_dab8f65b .headline_dab8f65b{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsSmall_dab8f65b .headline_dab8f65b{margin-right:10px}[dir='rtl'] .headerIsSmall_dab8f65b .headline_dab8f65b{margin-left:10px}.body_dab8f65b:not(:last-child){margin-bottom:20px}.subText_dab8f65b{margin:0;font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:300}.root_dab8f65b .closeButton_dab8f65b{position:absolute;top:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-size:12px}[dir='ltr'] .root_dab8f65b .closeButton_dab8f65b{right:0}[dir='rtl'] .root_dab8f65b .closeButton_dab8f65b{left:0}html[dir='ltr'] .footer_dab8f65b .ms-Button:not(:first-child){margin-left:20px}html[dir='rtl'] .footer_dab8f65b .ms-Button:not(:first-child){margin-right:20px}.root_dab8f65b .ms-Callout-main,.root_dab8f65b .ms-Callout-beak,.root_dab8f65b .ms-Callout-smallbeak{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_dab8f65b .primaryButton_dab8f65b{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .primaryButton_dab8f65b .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_dab8f65b .primaryButton_dab8f65b:hover{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.root_dab8f65b .primaryButton_dab8f65b:focus{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .primaryButton_dab8f65b:active{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .secondaryButton_dab8f65b{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .secondaryButton_dab8f65b .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .secondaryButton_dab8f65b:hover{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .secondaryButton_dab8f65b:focus{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_dab8f65b .secondaryButton_dab8f65b:active{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]);
exports.root = "root_dab8f65b";
exports.bodyContent = "bodyContent_dab8f65b";
exports.headerIsLarge = "headerIsLarge_dab8f65b";
exports.headline = "headline_dab8f65b";
exports.headerIsSmall = "headerIsSmall_dab8f65b";
exports.body = "body_dab8f65b";
exports.subText = "subText_dab8f65b";
exports.closeButton = "closeButton_dab8f65b";
exports.footer = "footer_dab8f65b";
exports.primaryButton = "primaryButton_dab8f65b";
exports.secondaryButton = "secondaryButton_dab8f65b";
//# sourceMappingURL=TeachingBubble.scss.js.map