office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
8 lines • 1.56 kB
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_7642ea88{background-color:transparent;position:fixed;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .267s;transition:opacity .267s}.root_7642ea88 .ms-Button.ms-Button--compound{display:block}[dir='ltr'] .root_7642ea88 .ms-Button.ms-Button--compound{margin-left:0}[dir='rtl'] .root_7642ea88 .ms-Button.ms-Button--compound{margin-right:0}@media screen and (-ms-high-contrast: active){.root_7642ea88 .ms-Overlay{opacity:0}}.rootIsVisible_7642ea88{opacity:1;pointer-events:auto}.main_7642ea88{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;outline:3px solid transparent;max-height:100%;overflow-y:auto}[dir='ltr'] .main_7642ea88{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.4);box-shadow:0 0 5px 0 rgba(0,0,0,0.4)}[dir='rtl'] .main_7642ea88{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.4);box-shadow:0 0 5px 0 rgba(0,0,0,0.4)}[dir='ltr'] .main_7642ea88{text-align:left}[dir='rtl'] .main_7642ea88{text-align:right}\n" }]);
export var duration = ".267s";
export var root = "root_7642ea88";
export var rootIsVisible = "rootIsVisible_7642ea88";
export var main = "main_7642ea88";
//# sourceMappingURL=Modal.scss.js.map