webapp/src/components/Article/ShoutRatingControl.module.scss

16 lines
190 B
SCSS
Raw Normal View History

.rating {
align-items: center;
display: flex;
}
.ratingValue {
font-weight: bold;
padding: 0 4px;
cursor: pointer;
&:hover {
background-color: #000;
color: #fff;
}
}