]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss
Move privacy concerns in a dedicated component
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / action-buttons / video-rate.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .action-button-like,
5 .action-button-dislike {
6 filter: brightness(120%);
7
8 .count {
9 margin: 0 5px;
10 }
11 }
12
13 .activated {
14 color: pvar(--activatedActionButtonColor) !important;
15 }