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_a632522e',
container: 'container_a632522e',
star: 'star_a632522e',
starIsDisabled: 'starIsDisabled_a632522e',
starIsSelected: 'starIsSelected_a632522e',
label: 'label_a632522e',
rootIsLarge: 'rootIsLarge_a632522e',
labelText: 'labelText_a632522e',
starIsInFocus: 'starIsInFocus_a632522e',
};
load_themed_styles_1.loadStyles([{ "rawString": ".input_a632522e{position:absolute;opacity:0;top:0}.container_a632522e{position:relative;display:inline-block}.container_a632522e:hover .star_a632522e:not(.starIsDisabled_a632522e){color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.container_a632522e:hover .star_a632522e:not(.starIsDisabled_a632522e).star_a632522e:hover{color:" }, { "theme": "themeDarkAlt", "defaultValue": "#106ebe" }, { "rawString": "}.container_a632522e:hover .star_a632522e:not(.starIsDisabled_a632522e).star_a632522e:hover~.star_a632522e{color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.container_a632522e .star_a632522e{display:inline-block;text-align:center;color:" }, { "theme": "neutralTertiary", "defaultValue": "#a6a6a6" }, { "rawString": "}.container_a632522e .star_a632522e.starIsSelected_a632522e{color:" }, { "theme": "black", "defaultValue": "#000000" }, { "rawString": "}.container_a632522e .star_a632522e.starIsDisabled_a632522e{color:" }, { "theme": "neutralTertiaryAlt", "defaultValue": "#c8c8c8" }, { "rawString": "}.container_a632522e .star_a632522e.starIsDisabled_a632522e .label_a632522e{cursor:default}.container_a632522e .star_a632522e .label_a632522e{display:inline-block;cursor:pointer;font-size:16px;padding:12px 0;border:1px solid transparent}.rootIsLarge_a632522e .container_a632522e .label_a632522e{font-size:20px;padding:6px 2px 9px 2px}.labelText_a632522e{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_a632522e .label_a632522e{border:1px solid " }, { "theme": "neutralSecondary", "defaultValue": "#666666" }, { "rawString": "}" }]);
return styles;
});
/* tslint:enable */
//# sourceMappingURL=Rating.scss.js.map