office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
6 lines • 927 B
JavaScript
/* eslint-disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".pickerText_f288f2e4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid " }, { "theme": "neutralTertiary", "defaultValue": "#a19f9d" }, { "rawString": ";min-width:180px;padding:1px;min-height:32px}.pickerText_f288f2e4:hover{border-color:" }, { "theme": "themeLight", "defaultValue": "#c7e0f4" }, { "rawString": "}.pickerInput_f288f2e4{height:34px;border:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;outline:0;padding:0 6px 0;margin:1px}.pickerInput_f288f2e4::-ms-clear{display:none}" }]);
export var pickerText = "pickerText_f288f2e4";
export var pickerInput = "pickerInput_f288f2e4";
//# sourceMappingURL=BaseExtendedPicker.scss.js.map