From b15fcd49bff880a8246cb48292af3ae8d66f0699 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jun 2022 15:51:31 +0200 Subject: Prefer global icon instead of glyphicon for copy --- client/src/app/+video-channels/video-channels.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/src/app/+video-channels/video-channels.component.scss') diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index c00dacae5..945d9a13d 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -150,7 +150,13 @@ } .copy-button { + @include margin-left(3px); + border: 0; + + my-global-icon { + width: 15px; + } } @media screen and (max-width: 1400px) { -- cgit v1.2.3