office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
9 lines • 2.25 kB
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_5b0f36c4{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_5b0f36c4:before{content:'';position:absolute;left:1px;right:1px;bottom:1px;top:1px;border-radius:50%;opacity:1;background:" }, { "theme": "bodyBackground", "defaultValue": "#ffffff" }, { "rawString": "}.root_5b0f36c4.rootIsChecked_5b0f36c4:before{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";opacity:1}@media screen and (-ms-high-contrast: active){.root_5b0f36c4.rootIsChecked_5b0f36c4:before{background:Window}}.root_5b0f36c4 .check_5b0f36c4{opacity:0}.checkHost_5b0f36c4:hover .root_5b0f36c4 .check_5b0f36c4,.checkHost_5b0f36c4:focus .root_5b0f36c4 .check_5b0f36c4,.root_5b0f36c4:hover .check_5b0f36c4,.root_5b0f36c4:focus .check_5b0f36c4,.root_5b0f36c4.rootIsChecked_5b0f36c4 .check_5b0f36c4{opacity:1}.circle_5b0f36c4,.check_5b0f36c4{font-size:18px;position:absolute;left:0;top:0;width:18px;height:18px;text-align:center;vertical-align:middle}.circle_5b0f36c4{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.circle_5b0f36c4{color:WindowText}}.rootIsChecked_5b0f36c4 .circle_5b0f36c4{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_5b0f36c4{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";font-size:16px;left:.5px}@media screen and (-ms-high-contrast: active){.check_5b0f36c4{-ms-high-contrast-adjust:none}}.rootIsChecked_5b0f36c4 .check_5b0f36c4{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}@media screen and (-ms-high-contrast: active){.rootIsChecked_5b0f36c4 .check_5b0f36c4{border:none;color:WindowText}}\n" }]);
export var root = "root_5b0f36c4";
export var rootIsChecked = "rootIsChecked_5b0f36c4";
export var check = "check_5b0f36c4";
export var checkHost = "checkHost_5b0f36c4";
export var circle = "circle_5b0f36c4";
//# sourceMappingURL=Check.scss.js.map