office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines • 2.41 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_fe822e0d{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_fe822e0d:before{content:'';position:absolute;left:1px;right:1px;bottom:1px;top:1px;border-radius:50%;opacity:1;background:" }, { "theme": "bodyBackground", "defaultValue": "#ffffff" }, { "rawString": "}.root_fe822e0d.rootIsChecked_fe822e0d:before{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";opacity:1}@media screen and (-ms-high-contrast: active){.root_fe822e0d.rootIsChecked_fe822e0d:before{background:Window}}.root_fe822e0d .check_fe822e0d{opacity:0}.checkHost_fe822e0d:hover .root_fe822e0d .check_fe822e0d,.checkHost_fe822e0d:focus .root_fe822e0d .check_fe822e0d,.root_fe822e0d:hover .check_fe822e0d,.root_fe822e0d:focus .check_fe822e0d,.root_fe822e0d.rootIsChecked_fe822e0d .check_fe822e0d{opacity:1}.circle_fe822e0d,.check_fe822e0d{font-size:18px;position:absolute;left:0;top:0;width:18px;height:18px;text-align:center;vertical-align:middle}.circle_fe822e0d{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.circle_fe822e0d{color:WindowText}}.rootIsChecked_fe822e0d .circle_fe822e0d{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_fe822e0d{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";font-size:16px;left:.5px}@media screen and (-ms-high-contrast: active){.check_fe822e0d{-ms-high-contrast-adjust:none}}.rootIsChecked_fe822e0d .check_fe822e0d{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}@media screen and (-ms-high-contrast: active){.rootIsChecked_fe822e0d .check_fe822e0d{border:none;color:WindowText}}\n" }]);
exports.root = "root_fe822e0d";
exports.rootIsChecked = "rootIsChecked_fe822e0d";
exports.check = "check_fe822e0d";
exports.checkHost = "checkHost_fe822e0d";
exports.circle = "circle_fe822e0d";
});
//# sourceMappingURL=Check.scss.js.map