UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

15 lines 2.4 kB
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": "@-webkit-keyframes spinAnimation_117fb3d4{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinAnimation_117fb3d4{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.root_117fb3d4>.circle_117fb3d4{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_117fb3d4 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);animation:spinAnimation_117fb3d4 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67)}.root_117fb3d4>.circle_117fb3d4.circleIsXSmall_117fb3d4{width:12px;height:12px}.root_117fb3d4>.circle_117fb3d4.circleIsSmall_117fb3d4{width:16px;height:16px}.root_117fb3d4>.circle_117fb3d4.circleIsTypeMedium_117fb3d4,.root_117fb3d4>.circle_117fb3d4.circleIsMedium_117fb3d4{width:20px;height:20px}.root_117fb3d4>.circle_117fb3d4.circleIsTypeLarge_117fb3d4,.root_117fb3d4>.circle_117fb3d4.circleIsLarge_117fb3d4{width:28px;height:28px}.root_117fb3d4 .label_117fb3d4{color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";margin-top:10px;text-align:center}.root_117fb3d4 .screenReaderOnly_117fb3d4{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_117fb3d4>.circle_117fb3d4{border-top-color:Highlight}}\n" }]); export var root = "root_117fb3d4"; export var circle = "circle_117fb3d4"; export var spinAnimation = "spinAnimation_117fb3d4"; export var circleIsXSmall = "circleIsXSmall_117fb3d4"; export var circleIsSmall = "circleIsSmall_117fb3d4"; export var circleIsTypeMedium = "circleIsTypeMedium_117fb3d4"; export var circleIsMedium = "circleIsMedium_117fb3d4"; export var circleIsTypeLarge = "circleIsTypeLarge_117fb3d4"; export var circleIsLarge = "circleIsLarge_117fb3d4"; export var label = "label_117fb3d4"; export var screenReaderOnly = "screenReaderOnly_117fb3d4"; //# sourceMappingURL=Spinner.scss.js.map