From 06a555797929d4867264b096c8420cdedd50f496 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 Jun 2021 17:57:59 +0200 Subject: Move watch action buttons in a dedicated component --- .../shared/action-buttons/video-rate.component.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss (limited to 'client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss') diff --git a/client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss b/client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss new file mode 100644 index 000000000..f4f696f33 --- /dev/null +++ b/client/src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.scss @@ -0,0 +1,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; +} -- cgit v1.2.3