office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
21 lines • 3.5 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
load_themed_styles_1.loadStyles([{ "rawString": ".isOpen_56c73cce{display:-webkit-box;display:-ms-flexbox;display:flex}.main_56c73cce{width:288px}.button_56c73cce.isClose_56c73cce .ms-Icon.ms-Icon--Cancel{color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";font-size:16px}.inner_56c73cce{padding:0 28px 20px}.header_56c73cce{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.title_56c73cce{margin:0;font-size:21px;font-weight:100;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";padding:20px 36px 20px 28px}[dir='rtl'] .title_56c73cce{padding:20px 28px 20px 36px}.topButton_56c73cce{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:absolute;top:0;padding:12px 12px 0 0}[dir='ltr'] .topButton_56c73cce{right:0}[dir='rtl'] .topButton_56c73cce{left:0}[dir='rtl'] .topButton_56c73cce{padding:12px 0 0 12px}.topButton_56c73cce>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.content_56c73cce{position:relative;width:100%}.content_56c73cce .ms-Button.ms-Button--compound{margin-bottom:20px}.content_56c73cce .ms-Button.ms-Button--compound:last-child{margin-bottom:0}.subText_56c73cce{margin:0 0 20px 0;padding-top:8px;font-size:12px;font-weight:400;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-weight:300;line-height:1.5;word-wrap:break-word}.actions_56c73cce{position:relative;width:100%;min-height:24px;line-height:24px;margin:20px 0 0;font-size:0}.actions_56c73cce .ms-Button{line-height:normal}.actionsRight_56c73cce{font-size:0}[dir='ltr'] .actionsRight_56c73cce{text-align:right}[dir='rtl'] .actionsRight_56c73cce{text-align:left}[dir='ltr'] .actionsRight_56c73cce{margin-right:-4px}[dir='rtl'] .actionsRight_56c73cce{margin-left:-4px}.actionsRight_56c73cce .action_56c73cce{margin:0px 4px}.isMultiline_56c73cce .title_56c73cce{font-size:28px}.isMultiline_56c73cce .inner_56c73cce{padding:0 20px 20px}.isLargeHeader_56c73cce .header_56c73cce{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.isLargeHeader_56c73cce .title_56c73cce{font-size:28px;font-weight:100;color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";padding:26px 28px 28px;margin-bottom:8px}.isLargeHeader_56c73cce .subText_56c73cce{font-size:14px}@media (min-width: 480px){.main_56c73cce{width:auto;min-width:288px;max-width:340px}}\n" }]);
exports.isOpen = "isOpen_56c73cce";
exports.main = "main_56c73cce";
exports.button = "button_56c73cce";
exports.isClose = "isClose_56c73cce";
exports.inner = "inner_56c73cce";
exports.header = "header_56c73cce";
exports.title = "title_56c73cce";
exports.topButton = "topButton_56c73cce";
exports.content = "content_56c73cce";
exports.subText = "subText_56c73cce";
exports.actions = "actions_56c73cce";
exports.actionsRight = "actionsRight_56c73cce";
exports.action = "action_56c73cce";
exports.isMultiline = "isMultiline_56c73cce";
exports.isLargeHeader = "isLargeHeader_56c73cce";
});
//# sourceMappingURL=Dialog.scss.js.map