office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines • 2.55 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_2b44c2aa{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_2b44c2aa{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_2b44c2aa>.circle_2b44c2aa{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_2b44c2aa 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_2b44c2aa 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_2b44c2aa>.circle_2b44c2aa.circleIsXSmall_2b44c2aa{width:12px;height:12px}.root_2b44c2aa>.circle_2b44c2aa.circleIsSmall_2b44c2aa{width:16px;height:16px}.root_2b44c2aa>.circle_2b44c2aa.circleIsTypeMedium_2b44c2aa,.root_2b44c2aa>.circle_2b44c2aa.circleIsMedium_2b44c2aa{width:20px;height:20px}.root_2b44c2aa>.circle_2b44c2aa.circleIsTypeLarge_2b44c2aa,.root_2b44c2aa>.circle_2b44c2aa.circleIsLarge_2b44c2aa{width:28px;height:28px}.root_2b44c2aa .label_2b44c2aa{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_2b44c2aa .screenReaderOnly_2b44c2aa{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_2b44c2aa>.circle_2b44c2aa{border-top-style:none}}\n" }]);
exports.root = "root_2b44c2aa";
exports.circle = "circle_2b44c2aa";
exports.spinAnimation = "spinAnimation_2b44c2aa";
exports.circleIsXSmall = "circleIsXSmall_2b44c2aa";
exports.circleIsSmall = "circleIsSmall_2b44c2aa";
exports.circleIsTypeMedium = "circleIsTypeMedium_2b44c2aa";
exports.circleIsMedium = "circleIsMedium_2b44c2aa";
exports.circleIsTypeLarge = "circleIsTypeLarge_2b44c2aa";
exports.circleIsLarge = "circleIsLarge_2b44c2aa";
exports.label = "label_2b44c2aa";
exports.screenReaderOnly = "screenReaderOnly_2b44c2aa";
});
//# sourceMappingURL=Spinner.scss.js.map