UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

18 lines (16 loc) 1.83 kB
"use strict"; /* tslint:disable */ var load_themed_styles_1 = require("@microsoft/load-themed-styles"); var styles = { root: 'root_481a87cd', itemName: 'itemName_481a87cd', itemDescription: 'itemDescription_481a87cd', itemProgress: 'itemProgress_481a87cd', progressTrack: 'progressTrack_481a87cd', progressBar: 'progressBar_481a87cd', smoothTransition: 'smoothTransition_481a87cd', }; load_themed_styles_1.loadStyles([{ "rawString": ".root_481a87cd{font-weight:400}.itemName_481a87cd{color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-top:4px;line-height:20px}.itemDescription_481a87cd{color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:11px;line-height:18px}.itemProgress_481a87cd{position:relative;height:2px;padding:8px 0}.progressTrack_481a87cd{position:absolute;width:100%;height:2px;background-color:" }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": ";outline:1px solid transparent}.progressBar_481a87cd{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_481a87cd{background-color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}}@media screen and (-ms-high-contrast:black-on-white){.progressBar_481a87cd{background-color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}}.smoothTransition_481a87cd{transition-property:width;transition-timing-function:linear;transition-duration:150ms}" }]); module.exports = styles; /* tslint:enable */ //# sourceMappingURL=ProgressIndicator.scss.js.map