UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

9 lines 2.37 kB
/* eslint-disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_851d9364{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_851d9364:before{content:'';position:absolute;left:1px;right:1px;bottom:1px;top:1px;border-radius:50%;opacity:1;background:" }, { "theme": "bodyBackground", "defaultValue": "#ffffff" }, { "rawString": "}.root_851d9364.rootIsChecked_851d9364:before{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d4" }, { "rawString": ";opacity:1}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.root_851d9364.rootIsChecked_851d9364:before{background:Window}}.root_851d9364 .check_851d9364{opacity:0}.checkHost_851d9364:focus .root_851d9364 .check_851d9364,.checkHost_851d9364:hover .root_851d9364 .check_851d9364,.root_851d9364.rootIsChecked_851d9364 .check_851d9364,.root_851d9364:focus .check_851d9364,.root_851d9364:hover .check_851d9364{opacity:1}.check_851d9364,.circle_851d9364{font-size:18px;position:absolute;left:0;top:0;width:18px;height:18px;text-align:center;vertical-align:middle}.circle_851d9364{color:" }, { "theme": "neutralSecondary", "defaultValue": "#605e5c" }, { "rawString": "}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.circle_851d9364{color:WindowText}}.rootIsChecked_851d9364 .circle_851d9364{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_851d9364{color:" }, { "theme": "neutralSecondary", "defaultValue": "#605e5c" }, { "rawString": ";font-size:16px;left:.5px}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.check_851d9364{-ms-high-contrast-adjust:none}}.rootIsChecked_851d9364 .check_851d9364{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.rootIsChecked_851d9364 .check_851d9364{border:none;color:WindowText}}" }]); export var root = "root_851d9364"; export var rootIsChecked = "rootIsChecked_851d9364"; export var check = "check_851d9364"; export var checkHost = "checkHost_851d9364"; export var circle = "circle_851d9364"; //# sourceMappingURL=Check.scss.js.map