office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines (13 loc) • 1.58 kB
JavaScript
;
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
var styles = {
root: 'root_29a5aa31',
rootIsChecked: 'rootIsChecked_29a5aa31',
circle: 'circle_29a5aa31',
check: 'check_29a5aa31',
};
load_themed_styles_1.loadStyles([{ "rawString": ".root_29a5aa31{line-height:1;width:22px;height:22px;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:24px}.root_29a5aa31.rootIsChecked_29a5aa31{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": "}.rootIsChecked_29a5aa31,.root_29a5aa31:focus,.root_29a5aa31:hover{opacity:1}.check_29a5aa31,.circle_29a5aa31{position:absolute;height:24px;width:24px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:24px}.circle_29a5aa31{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.rootIsChecked_29a5aa31 .circle_29a5aa31{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_29a5aa31{width:auto;height:auto;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";font-size:12px}.rootIsChecked_29a5aa31 .check_29a5aa31{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}" }]);
module.exports = styles;
/* tslint:enable */
//# sourceMappingURL=Check.scss.js.map