office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
16 lines • 3.1 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
load_themed_styles_1.loadStyles([{ "rawString": ".root_9b4dc9b1{font-weight:400}.itemName_9b4dc9b1{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_9b4dc9b1{color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:11px;line-height:18px}.itemProgress_9b4dc9b1{position:relative;overflow:hidden;height:2px;padding:8px 0}.progressTrack_9b4dc9b1{position:absolute;width:100%;height:2px;background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.progressTrack_9b4dc9b1{border-bottom:1px solid WindowText}}.progressBar_9b4dc9b1{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";height:2px;position:absolute;-webkit-transition:width .3s ease;transition:width .3s ease;width:0}.progressBar_9b4dc9b1.indeterminate_9b4dc9b1{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_9b4dc9b1 3s infinite;animation:indeterminateProgress_9b4dc9b1 3s infinite}@media screen and (-ms-high-contrast: active){.progressBar_9b4dc9b1{background-color:WindowText}}html[dir='rtl'] .progressBar_9b4dc9b1.indeterminate_9b4dc9b1{-webkit-animation:indeterminateProgressRTL_9b4dc9b1 3s infinite;animation:indeterminateProgressRTL_9b4dc9b1 3s infinite}.smoothTransition_9b4dc9b1{-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_9b4dc9b1{0%{left:-30%}100%{left:100%}}@keyframes indeterminateProgress_9b4dc9b1{0%{left:-30%}100%{left:100%}}@-webkit-keyframes indeterminateProgressRTL_9b4dc9b1{0%{right:-30%}100%{right:100%}}@keyframes indeterminateProgressRTL_9b4dc9b1{0%{right:-30%}100%{right:100%}}\n" }]);
exports.root = "root_9b4dc9b1";
exports.itemName = "itemName_9b4dc9b1";
exports.itemDescription = "itemDescription_9b4dc9b1";
exports.itemProgress = "itemProgress_9b4dc9b1";
exports.progressTrack = "progressTrack_9b4dc9b1";
exports.progressBar = "progressBar_9b4dc9b1";
exports.indeterminate = "indeterminate_9b4dc9b1";
exports.indeterminateProgress = "indeterminateProgress_9b4dc9b1";
exports.indeterminateProgressRTL = "indeterminateProgressRTL_9b4dc9b1";
exports.smoothTransition = "smoothTransition_9b4dc9b1";
//# sourceMappingURL=ProgressIndicator.scss.js.map
;