office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines (13 loc) • 1.6 kB
JavaScript
;
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
var styles = {
root: 'root_c9e11ef3',
rootIsChecked: 'rootIsChecked_c9e11ef3',
circle: 'circle_c9e11ef3',
check: 'check_c9e11ef3',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_c9e11ef3{line-height:1;width:14px;height:14px;vertical-align:top;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";border-radius:16px}.root_c9e11ef3.rootIsChecked_c9e11ef3{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.rootIsChecked_c9e11ef3,.root_c9e11ef3:focus,.root_c9e11ef3:hover{opacity:1}.check_c9e11ef3,.circle_c9e11ef3{position:absolute;height:16px;width:16px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px}.circle_c9e11ef3{top:50%;left:50%;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.rootIsChecked_c9e11ef3 .circle_c9e11ef3{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_c9e11ef3{width:auto;height:auto;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";font-size:16px;top:40%;left:53%}.rootIsChecked_c9e11ef3 .check_c9e11ef3{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}" }]);
module.exports = styles;
/* tslint:enable */
//# sourceMappingURL=Check.scss.js.map