UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines 2.56 kB
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_0ba12e76{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_0ba12e76{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_0ba12e76>.circle_0ba12e76{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_0ba12e76 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_0ba12e76 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_0ba12e76>.circle_0ba12e76.circleIsXSmall_0ba12e76{width:12px;height:12px}.root_0ba12e76>.circle_0ba12e76.circleIsSmall_0ba12e76{width:16px;height:16px}.root_0ba12e76>.circle_0ba12e76.circleIsTypeMedium_0ba12e76,.root_0ba12e76>.circle_0ba12e76.circleIsMedium_0ba12e76{width:20px;height:20px}.root_0ba12e76>.circle_0ba12e76.circleIsTypeLarge_0ba12e76,.root_0ba12e76>.circle_0ba12e76.circleIsLarge_0ba12e76{width:28px;height:28px}.root_0ba12e76 .label_0ba12e76{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_0ba12e76 .screenReaderOnly_0ba12e76{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_0ba12e76>.circle_0ba12e76{border-top-color:Highlight}}\n" }]); exports.root = "root_0ba12e76"; exports.circle = "circle_0ba12e76"; exports.spinAnimation = "spinAnimation_0ba12e76"; exports.circleIsXSmall = "circleIsXSmall_0ba12e76"; exports.circleIsSmall = "circleIsSmall_0ba12e76"; exports.circleIsTypeMedium = "circleIsTypeMedium_0ba12e76"; exports.circleIsMedium = "circleIsMedium_0ba12e76"; exports.circleIsTypeLarge = "circleIsTypeLarge_0ba12e76"; exports.circleIsLarge = "circleIsLarge_0ba12e76"; exports.label = "label_0ba12e76"; exports.screenReaderOnly = "screenReaderOnly_0ba12e76"; }); //# sourceMappingURL=Spinner.scss.js.map