2015-08-25 10:47:38 +02:00
|
|
|
|
|
|
|
.rating-container .rating-stars {
|
|
|
|
width: 25px;
|
|
|
|
color: #02b6a3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#list-rating {
|
|
|
|
> a > span > span > .rating-container .rating-stars {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
> span > span > span > .rating-container .rating-stars {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
> span > span > .rating-container .rating-stars {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.react-rating-caption {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rating-list {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rating-note {
|
|
|
|
color: #666;
|
|
|
|
font-style: italic;
|
2015-08-27 13:43:26 +02:00
|
|
|
padding: 0.7em;
|
2015-08-25 10:47:38 +02:00
|
|
|
|
|
|
|
}
|