webapp/src/components/Article/ShoutRatingControl.module.scss
Ilya Y be9fea1265
audio hotfixies (#126)
* - audio hotfixies

* refactoring: audio player

* Update volume control styles

* Artist Data conditional render

* Update composeMediaItems title with remove File Extension

---------

Co-authored-by: bniwredyc <bniwredyc@gmail.com>
2023-07-18 13:26:32 +02:00

16 lines
190 B
SCSS

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