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_f6cdb75f{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinAnimation_f6cdb75f{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.root_f6cdb75f>.circle_f6cdb75f{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_f6cdb75f 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_f6cdb75f 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_f6cdb75f>.circle_f6cdb75f.circleIsXSmall_f6cdb75f{width:12px;height:12px}.root_f6cdb75f>.circle_f6cdb75f.circleIsSmall_f6cdb75f{width:16px;height:16px}.root_f6cdb75f>.circle_f6cdb75f.circleIsTypeMedium_f6cdb75f,.root_f6cdb75f>.circle_f6cdb75f.circleIsMedium_f6cdb75f{width:20px;height:20px}.root_f6cdb75f>.circle_f6cdb75f.circleIsTypeLarge_f6cdb75f,.root_f6cdb75f>.circle_f6cdb75f.circleIsLarge_f6cdb75f{width:28px;height:28px}.root_f6cdb75f .label_f6cdb75f{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_f6cdb75f .screenReaderOnly_f6cdb75f{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_f6cdb75f>.circle_f6cdb75f{border-top-color:Highlight}}\n" }]); exports.root = "root_f6cdb75f"; exports.circle = "circle_f6cdb75f"; exports.spinAnimation = "spinAnimation_f6cdb75f"; exports.circleIsXSmall = "circleIsXSmall_f6cdb75f"; exports.circleIsSmall = "circleIsSmall_f6cdb75f"; exports.circleIsTypeMedium = "circleIsTypeMedium_f6cdb75f"; exports.circleIsMedium = "circleIsMedium_f6cdb75f"; exports.circleIsTypeLarge = "circleIsTypeLarge_f6cdb75f"; exports.circleIsLarge = "circleIsLarge_f6cdb75f"; exports.label = "label_f6cdb75f"; exports.screenReaderOnly = "screenReaderOnly_f6cdb75f"; }); //# sourceMappingURL=Spinner.scss.js.map