office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
13 lines • 2.02 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_cd497824{font-weight:400}.itemName_cd497824{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_cd497824{color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:11px;line-height:18px}.itemProgress_cd497824{position:relative;height:2px;padding:8px 0}.progressTrack_cd497824{position:absolute;width:100%;height:2px;background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": ";outline:1px solid transparent}.progressBar_cd497824{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";height:2px;position:absolute;-webkit-transition:width .3s ease;transition:width .3s ease;width:0}@media screen and (-ms-high-contrast: active){.progressBar_cd497824{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}}@media screen and (-ms-high-contrast: black-on-white){.progressBar_cd497824{background-color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}}.smoothTransition_cd497824{-webkit-transition-property:width;transition-property:width;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:150ms;transition-duration:150ms}\n" }]);
exports.root = "root_cd497824";
exports.itemName = "itemName_cd497824";
exports.itemDescription = "itemDescription_cd497824";
exports.itemProgress = "itemProgress_cd497824";
exports.progressTrack = "progressTrack_cd497824";
exports.progressBar = "progressBar_cd497824";
exports.smoothTransition = "smoothTransition_cd497824";
//# sourceMappingURL=ProgressIndicator.scss.js.map
;