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