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