mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 17:45:10 +01:00
34 lines
578 B
SCSS
34 lines
578 B
SCSS
|
|
.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;
|
|
padding: 0.7em;
|
|
|
|
} |