office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines (13 loc) • 1.29 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
var styles = {
root: 'root_517f4215',
textField: 'textField_517f4215',
eventWithLabel: 'eventWithLabel_517f4215',
eventWithoutLabel: 'eventWithoutLabel_517f4215',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_517f4215{box-sizing:border-box;box-shadow:none;margin:0;padding:0;margin-bottom:17px}.textField_517f4215{position:relative}.textField_517f4215 input::-ms-clear{display:none}.textField_517f4215 input[readonly]{cursor:pointer}.eventWithLabel_517f4215{color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";font-size:20px;line-height:20px;pointer-events:none;position:absolute;bottom:5px}[dir=ltr] .eventWithLabel_517f4215{right:9px}[dir=rtl] .eventWithLabel_517f4215{left:9px}.eventWithoutLabel_517f4215{color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";font-size:20px;line-height:20px;pointer-events:none;position:absolute;top:7px}[dir=ltr] .eventWithoutLabel_517f4215{right:9px}[dir=rtl] .eventWithoutLabel_517f4215{left:9px}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=DatePicker.scss.js.map