office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 1.88 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
load_themed_styles_1.loadStyles([{ "rawString": ".root_3376fda9{line-height:1;width:18px;height:18px;vertical-align:top;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.root_3376fda9.rootIsChecked_3376fda9:before{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";content:'';position:absolute;left:1px;right:1px;bottom:1px;top:1px;border-radius:50%}.root_3376fda9:hover,.root_3376fda9:focus,.rootIsChecked_3376fda9{opacity:1}.circle_3376fda9,.check_3376fda9{font-size:18px}.circle_3376fda9{position:absolute;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.circle_3376fda9{display:none}}.rootIsChecked_3376fda9 .circle_3376fda9{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_3376fda9{position:absolute;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";font-size:16px}.rootIsChecked_3376fda9 .check_3376fda9{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}@media screen and (-ms-high-contrast: active){.rootIsChecked_3376fda9 .check_3376fda9{border-radius:9px;border:1px solid WindowText}}\n" }]);
exports.root = "root_3376fda9";
exports.rootIsChecked = "rootIsChecked_3376fda9";
exports.circle = "circle_3376fda9";
exports.check = "check_3376fda9";
//# sourceMappingURL=Check.scss.js.map