office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
13 lines • 2.09 kB
JavaScript
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_c13b6cc2{font-weight:400}.itemName_c13b6cc2{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_c13b6cc2{color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:11px;line-height:18px}.itemProgress_c13b6cc2{position:relative;height:2px;padding:8px 0}.progressTrack_c13b6cc2{position:absolute;width:100%;height:2px;background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": ";outline:1px solid transparent}.progressBar_c13b6cc2{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_c13b6cc2{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}}@media screen and (-ms-high-contrast: black-on-white){.progressBar_c13b6cc2{background-color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}}.smoothTransition_c13b6cc2{-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_c13b6cc2";
exports.itemName = "itemName_c13b6cc2";
exports.itemDescription = "itemDescription_c13b6cc2";
exports.itemProgress = "itemProgress_c13b6cc2";
exports.progressTrack = "progressTrack_c13b6cc2";
exports.progressBar = "progressBar_c13b6cc2";
exports.smoothTransition = "smoothTransition_c13b6cc2";
});
//# sourceMappingURL=ProgressIndicator.scss.js.map