office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
20 lines (18 loc) • 2.3 kB
JavaScript
;
/* tslint:disable */
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
var styles = {
input: 'input_75f57f5d',
container: 'container_75f57f5d',
star: 'star_75f57f5d',
starIsDisabled: 'starIsDisabled_75f57f5d',
starIsSelected: 'starIsSelected_75f57f5d',
label: 'label_75f57f5d',
rootIsLarge: 'rootIsLarge_75f57f5d',
labelText: 'labelText_75f57f5d',
starIsInFocus: 'starIsInFocus_75f57f5d',
};
load_themed_styles_1.loadStyles([{ "rawString": ".input_75f57f5d{position:absolute;opacity:0;top:0}.container_75f57f5d{position:relative;display:inline-block}.container_75f57f5d:hover .star_75f57f5d:not(.starIsDisabled_75f57f5d){color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.container_75f57f5d:hover .star_75f57f5d:not(.starIsDisabled_75f57f5d).star_75f57f5d:hover{color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": "}.container_75f57f5d:hover .star_75f57f5d:not(.starIsDisabled_75f57f5d).star_75f57f5d:hover~.star_75f57f5d{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.container_75f57f5d .star_75f57f5d{display:inline-block;text-align:center;color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.container_75f57f5d .star_75f57f5d.starIsSelected_75f57f5d{color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.container_75f57f5d .star_75f57f5d.starIsDisabled_75f57f5d{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.container_75f57f5d .star_75f57f5d.starIsDisabled_75f57f5d .label_75f57f5d{cursor:default}.container_75f57f5d .star_75f57f5d .label_75f57f5d{display:inline-block;cursor:pointer;font-size:16px;padding:12px 0;border:1px solid transparent}.rootIsLarge_75f57f5d .container_75f57f5d .label_75f57f5d{font-size:20px;padding:6px 2px 9px 2px}.labelText_75f57f5d{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_75f57f5d .label_75f57f5d{border:1px solid " }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}" }]);
module.exports = styles;
/* tslint:enable */
//# sourceMappingURL=Rating.scss.js.map