office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
10 lines • 1.94 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_380473cd{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_380473cd.rootIsChecked_380473cd:before{background:" }, { "theme": "themePrimary", "defaultValue": "#0078d7" }, { "rawString": ";content:'';position:absolute;left:1px;right:1px;bottom:1px;top:1px;border-radius:50%}.root_380473cd:hover,.root_380473cd:focus,.rootIsChecked_380473cd{opacity:1}.circle_380473cd,.check_380473cd{font-size:18px}.circle_380473cd{position:absolute;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}@media screen and (-ms-high-contrast: active){.circle_380473cd{display:none}}.rootIsChecked_380473cd .circle_380473cd{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}.check_380473cd{position:absolute;color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": ";font-size:16px}.rootIsChecked_380473cd .check_380473cd{color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";font-weight:900}@media screen and (-ms-high-contrast: active){.rootIsChecked_380473cd .check_380473cd{border-radius:9px;border:1px solid WindowText}}\n" }]);
exports.root = "root_380473cd";
exports.rootIsChecked = "rootIsChecked_380473cd";
exports.circle = "circle_380473cd";
exports.check = "check_380473cd";
});
//# sourceMappingURL=Check.scss.js.map