office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 2.56 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": "@-webkit-keyframes spinAnimation_7808850a{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinAnimation_7808850a{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.root_7808850a>.circle_7808850a{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_7808850a 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_7808850a 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_7808850a>.circle_7808850a.circleIsXSmall_7808850a{width:12px;height:12px}.root_7808850a>.circle_7808850a.circleIsSmall_7808850a{width:16px;height:16px}.root_7808850a>.circle_7808850a.circleIsTypeMedium_7808850a,.root_7808850a>.circle_7808850a.circleIsMedium_7808850a{width:20px;height:20px}.root_7808850a>.circle_7808850a.circleIsTypeLarge_7808850a,.root_7808850a>.circle_7808850a.circleIsLarge_7808850a{width:28px;height:28px}.root_7808850a .label_7808850a{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_7808850a .screenReaderOnly_7808850a{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_7808850a>.circle_7808850a{border-top-color:Highlight}}\n" }]);
exports.root = "root_7808850a";
exports.circle = "circle_7808850a";
exports.spinAnimation = "spinAnimation_7808850a";
exports.circleIsXSmall = "circleIsXSmall_7808850a";
exports.circleIsSmall = "circleIsSmall_7808850a";
exports.circleIsTypeMedium = "circleIsTypeMedium_7808850a";
exports.circleIsMedium = "circleIsMedium_7808850a";
exports.circleIsTypeLarge = "circleIsTypeLarge_7808850a";
exports.circleIsLarge = "circleIsLarge_7808850a";
exports.label = "label_7808850a";
exports.screenReaderOnly = "screenReaderOnly_7808850a";
});
//# sourceMappingURL=Spinner.scss.js.map