office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
13 lines • 1.83 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(".root_ee437b76{font-weight:400}.itemName_ee437b76{color:\"[theme:neutralPrimary, default: #333333]\";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_ee437b76{color:\"[theme:neutralSecondaryAlt, default: #767676]\";font-size:11px;line-height:18px}.itemProgress_ee437b76{position:relative;height:2px;padding:8px 0}.progressTrack_ee437b76{position:absolute;width:100%;height:2px;background-color:\"[theme:neutralLight, default: #eaeaea]\";outline:1px solid transparent}.progressBar_ee437b76{background-color:\"[theme:themePrimary, default: #0078d7]\";height:2px;position:absolute;-webkit-transition:width .3s ease;transition:width .3s ease;width:0}@media screen and (-ms-high-contrast: active){.progressBar_ee437b76{background-color:\"[theme:white, default: #ffffff]\"}}@media screen and (-ms-high-contrast: black-on-white){.progressBar_ee437b76{background-color:\"[theme:black, default: #000000]\"}}.smoothTransition_ee437b76{-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_ee437b76";
exports.itemName = "itemName_ee437b76";
exports.itemDescription = "itemDescription_ee437b76";
exports.itemProgress = "itemProgress_ee437b76";
exports.progressTrack = "progressTrack_ee437b76";
exports.progressBar = "progressBar_ee437b76";
exports.smoothTransition = "smoothTransition_ee437b76";
//# sourceMappingURL=../../../src/components/ProgressIndicator/ProgressIndicator.scss.js.map
;