From 1fef6bccd939842408fdd666cc72fed9f2ef6456 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jun 2022 14:06:52 +0200 Subject: Remove secondary color theme --- .../shared/metadata/video-avatar-channel.component.scss | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'client/src/app/+videos/+video-watch') diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss b/client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss index 80711ff32..fd9dd1a6a 100644 --- a/client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss +++ b/client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss @@ -1,14 +1,5 @@ @use '_mixins' as *; -@mixin secondary { - height: 60%; - width: 60%; - position: absolute; - bottom: -5px; - right: -5px; - background-color: rgba(0, 0, 0, 0); -} - .wrapper { @include margin-right(5px); @@ -16,6 +7,11 @@ margin-bottom: 5px; .second-avatar { - @include secondary(); + height: 60%; + width: 60%; + position: absolute; + bottom: -5px; + right: -5px; + background-color: rgba(0, 0, 0, 0); } } -- cgit v1.2.3