UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

16 lines 3.17 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": ".root_fb753cac{font-weight:400}.itemName_fb753cac{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_fb753cac{color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:11px;line-height:18px}.itemProgress_fb753cac{position:relative;height:2px;padding:8px 0}.progressTrack_fb753cac{position:absolute;width:100%;height:2px;background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.progressTrack_fb753cac{border-bottom:1px solid WindowText}}.progressBar_fb753cac{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";height:2px;position:absolute;-webkit-transition:width .3s ease;transition:width .3s ease;width:0}.progressBar_fb753cac.indeterminate_fb753cac{position:absolute;min-width:33%;background:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, " }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "), to(transparent));background:linear-gradient(to right, transparent 0%, " }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": " 50%, transparent 100%);-webkit-animation:indeterminateProgress_fb753cac 3s infinite;animation:indeterminateProgress_fb753cac 3s infinite}@media screen and (-ms-high-contrast: active){.progressBar_fb753cac{background-color:WindowText}}html[dir='rtl'] .progressBar_fb753cac.indeterminate_fb753cac{-webkit-animation:indeterminateProgressRTL_fb753cac 3s infinite;animation:indeterminateProgressRTL_fb753cac 3s infinite}.smoothTransition_fb753cac{-webkit-transition-property:width;transition-property:width;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:150ms;transition-duration:150ms}@-webkit-keyframes indeterminateProgress_fb753cac{0%{left:-30%}100%{left:100%}}@keyframes indeterminateProgress_fb753cac{0%{left:-30%}100%{left:100%}}@-webkit-keyframes indeterminateProgressRTL_fb753cac{0%{right:-30%}100%{right:100%}}@keyframes indeterminateProgressRTL_fb753cac{0%{right:-30%}100%{right:100%}}\n" }]); exports.root = "root_fb753cac"; exports.itemName = "itemName_fb753cac"; exports.itemDescription = "itemDescription_fb753cac"; exports.itemProgress = "itemProgress_fb753cac"; exports.progressTrack = "progressTrack_fb753cac"; exports.progressBar = "progressBar_fb753cac"; exports.indeterminate = "indeterminate_fb753cac"; exports.indeterminateProgress = "indeterminateProgress_fb753cac"; exports.indeterminateProgressRTL = "indeterminateProgressRTL_fb753cac"; exports.smoothTransition = "smoothTransition_fb753cac"; }); //# sourceMappingURL=ProgressIndicator.scss.js.map