office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 2.47 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": "@-webkit-keyframes spinAnimation_4b3d17ee{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_4b3d17ee{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_4b3d17ee>.circle_4b3d17ee{margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;width:100%;height:100%;border:1.5px solid " }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": ";border-top-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";-webkit-animation:spinAnimation_4b3d17ee 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_4b3d17ee 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_4b3d17ee>.circle_4b3d17ee.circleIsXSmall_4b3d17ee{width:12px;height:12px}.root_4b3d17ee>.circle_4b3d17ee.circleIsSmall_4b3d17ee{width:16px;height:16px}.root_4b3d17ee>.circle_4b3d17ee.circleIsTypeMedium_4b3d17ee,.root_4b3d17ee>.circle_4b3d17ee.circleIsMedium_4b3d17ee{width:20px;height:20px}.root_4b3d17ee>.circle_4b3d17ee.circleIsTypeLarge_4b3d17ee,.root_4b3d17ee>.circle_4b3d17ee.circleIsLarge_4b3d17ee{width:28px;height:28px}.root_4b3d17ee .label_4b3d17ee{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_4b3d17ee .screenReaderOnly_4b3d17ee{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}@media screen and (-ms-high-contrast: active){.root_4b3d17ee>.circle_4b3d17ee{border-top-color:Highlight}}\n" }]);
exports.root = "root_4b3d17ee";
exports.circle = "circle_4b3d17ee";
exports.spinAnimation = "spinAnimation_4b3d17ee";
exports.circleIsXSmall = "circleIsXSmall_4b3d17ee";
exports.circleIsSmall = "circleIsSmall_4b3d17ee";
exports.circleIsTypeMedium = "circleIsTypeMedium_4b3d17ee";
exports.circleIsMedium = "circleIsMedium_4b3d17ee";
exports.circleIsTypeLarge = "circleIsTypeLarge_4b3d17ee";
exports.circleIsLarge = "circleIsLarge_4b3d17ee";
exports.label = "label_4b3d17ee";
exports.screenReaderOnly = "screenReaderOnly_4b3d17ee";
//# sourceMappingURL=Spinner.scss.js.map