office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
18 lines (16 loc) • 1.89 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
var styles = {
root: 'root_2efcbbca',
itemName: 'itemName_2efcbbca',
itemDescription: 'itemDescription_2efcbbca',
itemProgress: 'itemProgress_2efcbbca',
progressTrack: 'progressTrack_2efcbbca',
progressBar: 'progressBar_2efcbbca',
smoothTransition: 'smoothTransition_2efcbbca',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_2efcbbca{font-weight:400}.itemName_2efcbbca{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_2efcbbca{color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:11px;line-height:18px}.itemProgress_2efcbbca{position:relative;height:2px;padding:8px 0}.progressTrack_2efcbbca{position:absolute;width:100%;height:2px;background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": ";outline:1px solid transparent}.progressBar_2efcbbca{background-color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";height:2px;position:absolute;transition:width .3s ease;width:0}@media screen and (-ms-high-contrast:active){.progressBar_2efcbbca{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}}@media screen and (-ms-high-contrast:black-on-white){.progressBar_2efcbbca{background-color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}}.smoothTransition_2efcbbca{transition-property:width;transition-timing-function:linear;transition-duration:150ms}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=ProgressIndicator.scss.js.map