office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 2.46 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_372ea6ba{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_372ea6ba{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_372ea6ba>.circle_372ea6ba{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_372ea6ba 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_372ea6ba 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_372ea6ba>.circle_372ea6ba.circleIsXSmall_372ea6ba{width:12px;height:12px}.root_372ea6ba>.circle_372ea6ba.circleIsSmall_372ea6ba{width:16px;height:16px}.root_372ea6ba>.circle_372ea6ba.circleIsTypeMedium_372ea6ba,.root_372ea6ba>.circle_372ea6ba.circleIsMedium_372ea6ba{width:20px;height:20px}.root_372ea6ba>.circle_372ea6ba.circleIsTypeLarge_372ea6ba,.root_372ea6ba>.circle_372ea6ba.circleIsLarge_372ea6ba{width:28px;height:28px}.root_372ea6ba .label_372ea6ba{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_372ea6ba .screenReaderOnly_372ea6ba{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_372ea6ba>.circle_372ea6ba{border-top-style:none}}\n" }]);
exports.root = "root_372ea6ba";
exports.circle = "circle_372ea6ba";
exports.spinAnimation = "spinAnimation_372ea6ba";
exports.circleIsXSmall = "circleIsXSmall_372ea6ba";
exports.circleIsSmall = "circleIsSmall_372ea6ba";
exports.circleIsTypeMedium = "circleIsTypeMedium_372ea6ba";
exports.circleIsMedium = "circleIsMedium_372ea6ba";
exports.circleIsTypeLarge = "circleIsTypeLarge_372ea6ba";
exports.circleIsLarge = "circleIsLarge_372ea6ba";
exports.label = "label_372ea6ba";
exports.screenReaderOnly = "screenReaderOnly_372ea6ba";
//# sourceMappingURL=Spinner.scss.js.map