office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 2.48 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_0f821fe6{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinAnimation_0f821fe6{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.root_0f821fe6>.circle_0f821fe6{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_0f821fe6 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_0f821fe6 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_0f821fe6>.circle_0f821fe6.circleIsXSmall_0f821fe6{width:12px;height:12px}.root_0f821fe6>.circle_0f821fe6.circleIsSmall_0f821fe6{width:16px;height:16px}.root_0f821fe6>.circle_0f821fe6.circleIsTypeMedium_0f821fe6,.root_0f821fe6>.circle_0f821fe6.circleIsMedium_0f821fe6{width:20px;height:20px}.root_0f821fe6>.circle_0f821fe6.circleIsTypeLarge_0f821fe6,.root_0f821fe6>.circle_0f821fe6.circleIsLarge_0f821fe6{width:28px;height:28px}.root_0f821fe6 .label_0f821fe6{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_0f821fe6 .screenReaderOnly_0f821fe6{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_0f821fe6>.circle_0f821fe6{border-top-color:Highlight}}\n" }]);
exports.root = "root_0f821fe6";
exports.circle = "circle_0f821fe6";
exports.spinAnimation = "spinAnimation_0f821fe6";
exports.circleIsXSmall = "circleIsXSmall_0f821fe6";
exports.circleIsSmall = "circleIsSmall_0f821fe6";
exports.circleIsTypeMedium = "circleIsTypeMedium_0f821fe6";
exports.circleIsMedium = "circleIsMedium_0f821fe6";
exports.circleIsTypeLarge = "circleIsTypeLarge_0f821fe6";
exports.circleIsLarge = "circleIsLarge_0f821fe6";
exports.label = "label_0f821fe6";
exports.screenReaderOnly = "screenReaderOnly_0f821fe6";
//# sourceMappingURL=Spinner.scss.js.map