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_ba169711',
circle: 'circle_ba169711',
spinAnimation: 'spinAnimation_ba169711',
circleIsXSmall: 'circleIsXSmall_ba169711',
circleIsSmall: 'circleIsSmall_ba169711',
circleIsTypeMedium: 'circleIsTypeMedium_ba169711',
circleIsMedium: 'circleIsMedium_ba169711',
circleIsTypeLarge: 'circleIsTypeLarge_ba169711',
circleIsLarge: 'circleIsLarge_ba169711',
label: 'label_ba169711',
screenReaderOnly: 'screenReaderOnly_ba169711',
};
load_themed_styles_1.loadStyles([{ "rawString": "@-webkit-keyframes spinAnimation_ba169711{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_ba169711{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_ba169711>.circle_ba169711{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_ba169711 1.3s infinite cubic-bezier(.53,.21,.29,.67);animation:spinAnimation_ba169711 1.3s infinite cubic-bezier(.53,.21,.29,.67)}.root_ba169711>.circle_ba169711.circleIsXSmall_ba169711{width:12px;height:12px}.root_ba169711>.circle_ba169711.circleIsSmall_ba169711{width:16px;height:16px}.root_ba169711>.circle_ba169711.circleIsMedium_ba169711,.root_ba169711>.circle_ba169711.circleIsTypeMedium_ba169711{width:20px;height:20px}.root_ba169711>.circle_ba169711.circleIsLarge_ba169711,.root_ba169711>.circle_ba169711.circleIsTypeLarge_ba169711{width:28px;height:28px}.root_ba169711 .label_ba169711{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_ba169711 .screenReaderOnly_ba169711{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_ba169711>.circle_ba169711{border-top-style:none}}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=Spinner.scss.js.map