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_a5150cc3{display:block;max-width:364px;border:0;-webkit-box-shadow:none !important;box-shadow:none !important}.bodyContent_a5150cc3{padding:20px}.headerIsLarge_a5150cc3:not(:last-child){margin-bottom:14px}.headerIsSmall_a5150cc3:not(:last-child){margin-bottom:14px}.headline_a5150cc3{margin:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.headerIsLarge_a5150cc3 .headline_a5150cc3{font-size:28px;font-weight:100;font-weight:100}.headerIsCondensed_a5150cc3 .headline_a5150cc3{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsCondensed_a5150cc3 .headline_a5150cc3{margin-right:10px}[dir='rtl'] .headerIsCondensed_a5150cc3 .headline_a5150cc3{margin-left:10px}.headerIsSmall_a5150cc3 .headline_a5150cc3{font-size:14px;font-weight:400;font-weight:600}[dir='ltr'] .headerIsSmall_a5150cc3 .headline_a5150cc3{margin-right:10px}[dir='rtl'] .headerIsSmall_a5150cc3 .headline_a5150cc3{margin-left:10px}.body_a5150cc3:not(:last-child){margin-bottom:20px}.subText_a5150cc3{margin:0;font-size:14px;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:300}.root_a5150cc3 .closeButton_a5150cc3{position:absolute;top:0;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-size:12px}[dir='ltr'] .root_a5150cc3 .closeButton_a5150cc3{right:0}[dir='rtl'] .root_a5150cc3 .closeButton_a5150cc3{left:0}html[dir='ltr'] .footer_a5150cc3 .ms-Button:not(:first-child){margin-left:20px}html[dir='rtl'] .footer_a5150cc3 .ms-Button:not(:first-child){margin-right:20px}.root_a5150cc3 .ms-Callout-main,.root_a5150cc3 .ms-Callout-beak,.root_a5150cc3 .ms-Callout-smallbeak{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.wideCallout_a5150cc3{max-width:456px}.wideCallout_a5150cc3 .ms-TeachingBubble-content{display:-webkit-box;display:-ms-flexbox;display:flex}.wideCallout_a5150cc3 .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_a5150cc3 .bodyContent_a5150cc3{max-width:302px}.root_a5150cc3 .primaryButton_a5150cc3{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .primaryButton_a5150cc3 .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_a5150cc3 .primaryButton_a5150cc3:hover{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": "}.root_a5150cc3 .primaryButton_a5150cc3:focus{background-color:" }, { "theme": "themeLighter", "defaultValue": "#deecf9" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .primaryButton_a5150cc3:active{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .secondaryButton_a5150cc3{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .secondaryButton_a5150cc3 .ms-Button-label{font-size:14px;font-weight:400;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .secondaryButton_a5150cc3:hover{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .secondaryButton_a5150cc3:focus{background-color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.root_a5150cc3 .secondaryButton_a5150cc3:active{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";border-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]);
export var root = "root_a5150cc3";
export var bodyContent = "bodyContent_a5150cc3";
export var headerIsLarge = "headerIsLarge_a5150cc3";
export var headerIsSmall = "headerIsSmall_a5150cc3";
export var headline = "headline_a5150cc3";
export var headerIsCondensed = "headerIsCondensed_a5150cc3";
export var body = "body_a5150cc3";
export var subText = "subText_a5150cc3";
export var closeButton = "closeButton_a5150cc3";
export var footer = "footer_a5150cc3";
export var wideCallout = "wideCallout_a5150cc3";
export var primaryButton = "primaryButton_a5150cc3";
export var secondaryButton = "secondaryButton_a5150cc3";
//# sourceMappingURL=TeachingBubble.scss.js.map