office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines • 2.33 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_8fa98695{line-height:1;width:18px;height:18px;vertical-align:top;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.root_8fa98695:before{content:'';position:absolute;left:1px;right:1px;bottom:1px;top:1px;border-radius:50%;opacity:1;background:" }, { "theme": "bodyBackground", "defaultValue": "#ffffff" }, { "rawString": "}.root_8fa98695.rootIsChecked_8fa98695:before{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": ";opacity:1}@media screen and (-ms-high-contrast: active){.root_8fa98695.rootIsChecked_8fa98695:before{background:Window}}.root_8fa98695 .check_8fa98695{opacity:0}.checkHost_8fa98695:hover .root_8fa98695 .check_8fa98695,.checkHost_8fa98695:focus .root_8fa98695 .check_8fa98695,.root_8fa98695:hover .check_8fa98695,.root_8fa98695:focus .check_8fa98695,.root_8fa98695.rootIsChecked_8fa98695 .check_8fa98695{opacity:1}.circle_8fa98695,.check_8fa98695{font-size:18px;position:absolute;left:0;top:0;width:18px;height:18px;text-align:center;vertical-align:middle}.circle_8fa98695{color:" }, { "theme": "neutralSecondary", "defaultValue": "#605e5c" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.circle_8fa98695{color:WindowText}}.rootIsChecked_8fa98695 .circle_8fa98695{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_8fa98695{color:" }, { "theme": "neutralSecondary", "defaultValue": "#605e5c" }, { "rawString": ";font-size:16px;left:0.5px}@media screen and (-ms-high-contrast: active){.check_8fa98695{-ms-high-contrast-adjust:none}}.rootIsChecked_8fa98695 .check_8fa98695{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}@media screen and (-ms-high-contrast: active){.rootIsChecked_8fa98695 .check_8fa98695{border:none;color:WindowText}}\n" }]);
exports.root = "root_8fa98695";
exports.rootIsChecked = "rootIsChecked_8fa98695";
exports.check = "check_8fa98695";
exports.checkHost = "checkHost_8fa98695";
exports.circle = "circle_8fa98695";
//# sourceMappingURL=Check.scss.js.map
;