aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-rate.component.scss
blob: f4f696f33ca97d521c5c0954de91a3a73dbdd7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@use '_variables' as *;
@use '_mixins' as *;

.action-button-like,
.action-button-dislike {
  filter: brightness(120%);

  .count {
    margin: 0 5px;
  }
}

.activated {
  color: pvar(--activatedActionButtonColor) !important;
}