office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 1.38 kB
JavaScript
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
load_themed_styles_1.loadStyles([{ "rawString": ".root_78f22195{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;margin-bottom:17px}.textField_78f22195{position:relative}.textField_78f22195 input::-ms-clear{display:none}.textField_78f22195 input[readonly]{cursor:pointer}.eventWithLabel_78f22195{color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";font-size:16px;line-height:18px;pointer-events:none;position:absolute;bottom:5px}[dir='ltr'] .eventWithLabel_78f22195{right:9px}[dir='rtl'] .eventWithLabel_78f22195{left:9px}.eventWithoutLabel_78f22195{color:" }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": ";font-size:16px;line-height:18px;pointer-events:none;position:absolute;top:7px}[dir='ltr'] .eventWithoutLabel_78f22195{right:9px}[dir='rtl'] .eventWithoutLabel_78f22195{left:9px}\n" }]);
exports.root = "root_78f22195";
exports.textField = "textField_78f22195";
exports.eventWithLabel = "eventWithLabel_78f22195";
exports.eventWithoutLabel = "eventWithoutLabel_78f22195";
});
//# sourceMappingURL=DatePicker.scss.js.map