office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
20 lines (18 loc) • 4.11 kB
JavaScript
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
var styles = {
root: 'root_ac75abeb',
iconContainer: 'iconContainer_ac75abeb',
icon: 'icon_ac75abeb',
field: 'field_ac75abeb',
clearButton: 'clearButton_ac75abeb',
label: 'label_ac75abeb',
rootIsActive: 'rootIsActive_ac75abeb',
rootIsDisabled: 'rootIsDisabled_ac75abeb',
rootCanClear: 'rootCanClear_ac75abeb',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_ac75abeb{font-size:14px;font-weight:400;box-sizing:border-box;box-shadow:none;margin:0;padding:0;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:10px;padding:0 0 0 8px;border:1px solid " }, { "theme": "themeTertiary", "defaultValue": "#71afe5" }, { "rawString": ";height:32px}html[dir=rtl] .root_ac75abeb{padding:0 8px 0 0}@media screen and (-ms-high-contrast:active){.root_ac75abeb{border:1px solid " }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}}@media screen and (-ms-high-contrast:black-on-white){.root_ac75abeb{border:1px solid " }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}}.iconContainer_ac75abeb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;color:" }, { "theme": "neutralSecondaryAlt", "defaultValue": "#767676" }, { "rawString": ";font-size:16px;width:32px;text-align:center;transition:width 167ms;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.icon_ac75abeb{opacity:1;transition:opacity 167ms 0s}.field_ac75abeb{box-sizing:border-box;box-shadow:none;margin:0;padding:0;border:none;outline:0;font-weight:inherit;font-family:inherit;font-size:inherit;color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": ";background-color:transparent;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;overflow:hidden;text-overflow:ellipsis;padding-bottom:.5px}.field_ac75abeb::-ms-clear{display:none}.clearButton_ac75abeb{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none;cursor:pointer;text-align:center;font-size:12px;-ms-flex-preferred-size:32px;flex-basis:32px;-ms-flex-negative:0;flex-shrink:0;color:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.root_ac75abeb:hover{border-color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}.root_ac75abeb:hover .label_ac75abeb{color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.root_ac75abeb:hover .label_ac75abeb .iconContainer_ac75abeb{color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}.rootIsActive_ac75abeb{border-color:" }, { "theme": "themeDarker", "defaultValue": "#004578" }, { "rawString": "}.rootIsActive_ac75abeb .iconContainer_ac75abeb{width:4px;transition:width 167ms}.rootIsActive_ac75abeb .icon_ac75abeb{opacity:0;opacity:0 0s 167ms}.rootIsDisabled_ac75abeb{border-color:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": "}.rootIsDisabled_ac75abeb .iconContainer_ac75abeb{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.rootIsDisabled_ac75abeb .field_ac75abeb{background-color:" }, { "theme": "neutralLighter", "defaultValue": "#f4f4f4" }, { "rawString": ";pointer-events:none;cursor:default}.rootCanClear_ac75abeb .clearButton_ac75abeb{display:-webkit-box;display:-ms-flexbox;display:flex}" }]);
module.exports = styles;
/* tslint:enable */
//# sourceMappingURL=SearchBox.scss.js.map
;