From 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 10:14:03 +0200 Subject: Replace all glyphicon icons --- client/src/app/shared/shared-share-modal/video-share.component.html | 4 ++-- client/src/app/shared/shared-share-modal/video-share.component.scss | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'client/src/app/shared/shared-share-modal') diff --git a/client/src/app/shared/shared-share-modal/video-share.component.html b/client/src/app/shared/shared-share-modal/video-share.component.html index 0658ae962..1b99a6c1e 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.html +++ b/client/src/app/shared/shared-share-modal/video-share.component.html @@ -266,7 +266,7 @@ [attr.aria-expanded]="!isAdvancedCustomizationCollapsed" aria-controls="collapseBasic"> - + More customization @@ -274,7 +274,7 @@ - + Less customization diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss index 6123bc517..611291981 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.scss +++ b/client/src/app/shared/shared-share-modal/video-share.component.scss @@ -49,10 +49,6 @@ my-input-text { font-size: 16px; font-weight: $font-semibold; cursor: pointer; - - .glyphicon { - @include margin-right(5px); - } } .video-caption-block { -- cgit v1.2.3