office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines • 2.44 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": ".input_f71f38e6{position:absolute;opacity:0;top:0px}.container_f71f38e6{position:relative;display:inline-block}.container_f71f38e6:hover .star_f71f38e6:not(.starIsDisabled_f71f38e6){color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.container_f71f38e6:hover .star_f71f38e6:not(.starIsDisabled_f71f38e6).star_f71f38e6:hover{color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": "}.container_f71f38e6:hover .star_f71f38e6:not(.starIsDisabled_f71f38e6).star_f71f38e6:hover ~ .star_f71f38e6{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.container_f71f38e6 .star_f71f38e6{display:inline-block;text-align:center;color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.container_f71f38e6 .star_f71f38e6.starIsSelected_f71f38e6{color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.container_f71f38e6 .star_f71f38e6.starIsDisabled_f71f38e6{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.container_f71f38e6 .star_f71f38e6.starIsDisabled_f71f38e6 .label_f71f38e6{cursor:default}.container_f71f38e6 .star_f71f38e6 .label_f71f38e6{display:inline-block;cursor:pointer;font-size:16px;padding:12px 0px;border:1px solid transparent}.rootIsLarge_f71f38e6 .container_f71f38e6 .label_f71f38e6{font-size:20px;padding:6px 2px 9px 2px}.labelText_f71f38e6{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.ms-Fabric.is-focusVisible .starIsInFocus_f71f38e6 .label_f71f38e6{border:1px solid " }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}\n" }]);
exports.input = "input_f71f38e6";
exports.container = "container_f71f38e6";
exports.star = "star_f71f38e6";
exports.starIsDisabled = "starIsDisabled_f71f38e6";
exports.starIsSelected = "starIsSelected_f71f38e6";
exports.label = "label_f71f38e6";
exports.rootIsLarge = "rootIsLarge_f71f38e6";
exports.labelText = "labelText_f71f38e6";
exports.starIsInFocus = "starIsInFocus_f71f38e6";
});
//# sourceMappingURL=Rating.scss.js.map