office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines • 2.39 kB
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": "@-webkit-keyframes spinAnimation_27cf7062{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinAnimation_27cf7062{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.root_27cf7062>.circle_27cf7062{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_27cf7062 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_27cf7062 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_27cf7062>.circle_27cf7062.circleIsXSmall_27cf7062{width:12px;height:12px}.root_27cf7062>.circle_27cf7062.circleIsSmall_27cf7062{width:16px;height:16px}.root_27cf7062>.circle_27cf7062.circleIsTypeMedium_27cf7062,.root_27cf7062>.circle_27cf7062.circleIsMedium_27cf7062{width:20px;height:20px}.root_27cf7062>.circle_27cf7062.circleIsTypeLarge_27cf7062,.root_27cf7062>.circle_27cf7062.circleIsLarge_27cf7062{width:28px;height:28px}.root_27cf7062 .label_27cf7062{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_27cf7062 .screenReaderOnly_27cf7062{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_27cf7062>.circle_27cf7062{border-top-color:Highlight}}\n" }]);
export var root = "root_27cf7062";
export var circle = "circle_27cf7062";
export var spinAnimation = "spinAnimation_27cf7062";
export var circleIsXSmall = "circleIsXSmall_27cf7062";
export var circleIsSmall = "circleIsSmall_27cf7062";
export var circleIsTypeMedium = "circleIsTypeMedium_27cf7062";
export var circleIsMedium = "circleIsMedium_27cf7062";
export var circleIsTypeLarge = "circleIsTypeLarge_27cf7062";
export var circleIsLarge = "circleIsLarge_27cf7062";
export var label = "label_27cf7062";
export var screenReaderOnly = "screenReaderOnly_27cf7062";
//# sourceMappingURL=Spinner.scss.js.map