office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
22 lines (20 loc) • 2.42 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
var styles = {
root: 'root_360e4dec',
circle: 'circle_360e4dec',
spinAnimation: 'spinAnimation_360e4dec',
circleIsXSmall: 'circleIsXSmall_360e4dec',
circleIsSmall: 'circleIsSmall_360e4dec',
circleIsTypeMedium: 'circleIsTypeMedium_360e4dec',
circleIsMedium: 'circleIsMedium_360e4dec',
circleIsTypeLarge: 'circleIsTypeLarge_360e4dec',
circleIsLarge: 'circleIsLarge_360e4dec',
label: 'label_360e4dec',
screenReaderOnly: 'screenReaderOnly_360e4dec',
};
load_themed_styles_1.loadStyles([{ "rawString": "@-webkit-keyframes spinAnimation_360e4dec{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_360e4dec{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_360e4dec>.circle_360e4dec{margin:auto;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_360e4dec 1.3s infinite cubic-bezier(.53,.21,.29,.67);animation:spinAnimation_360e4dec 1.3s infinite cubic-bezier(.53,.21,.29,.67)}.root_360e4dec>.circle_360e4dec.circleIsXSmall_360e4dec{width:12px;height:12px}.root_360e4dec>.circle_360e4dec.circleIsSmall_360e4dec{width:16px;height:16px}.root_360e4dec>.circle_360e4dec.circleIsMedium_360e4dec,.root_360e4dec>.circle_360e4dec.circleIsTypeMedium_360e4dec{width:20px;height:20px}.root_360e4dec>.circle_360e4dec.circleIsLarge_360e4dec,.root_360e4dec>.circle_360e4dec.circleIsTypeLarge_360e4dec{width:28px;height:28px}.root_360e4dec .label_360e4dec{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_360e4dec .screenReaderOnly_360e4dec{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_360e4dec>.circle_360e4dec{border-top-style:none}}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=Spinner.scss.js.map