office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
4 lines • 667 B
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".scrollablePaneDefaultExample{max-width:400px;border:1px solid " }, { "theme": "neutralLight", "defaultValue": "#eaeaea" }, { "rawString": "}.sticky{color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": ";padding:5px 20px 5px 10px;font-size:13px;border-top:1px solid " }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": ";border-bottom:1px solid " }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.textContent{padding:15px 10px}\n" }]);
//# sourceMappingURL=ScrollablePane.Example.scss.js.map