aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss')
-rw-r--r--client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
index feff78a87..1b6151c89 100644
--- a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
+++ b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
@@ -20,7 +20,8 @@
20 20
21 .video-thumbnail-watch-later-overlay, 21 .video-thumbnail-watch-later-overlay,
22 .video-thumbnail-label-overlay, 22 .video-thumbnail-label-overlay,
23 .video-thumbnail-duration-overlay { 23 .video-thumbnail-duration-overlay,
24 .video-thumbnail-live-overlay {
24 @include static-thumbnail-overlay; 25 @include static-thumbnail-overlay;
25 26
26 border-radius: 3px; 27 border-radius: 3px;
@@ -41,13 +42,20 @@
41 &.danger { background-color: red; } 42 &.danger { background-color: red; }
42 } 43 }
43 44
44 .video-thumbnail-duration-overlay { 45 .video-thumbnail-duration-overlay,
46 .video-thumbnail-live-overlay {
45 position: absolute; 47 position: absolute;
46 padding: 0 3px; 48 padding: 0 3px;
47 right: 5px; 49 right: 5px;
48 bottom: 5px; 50 bottom: 5px;
49 } 51 }
50 52
53 .video-thumbnail-live-overlay {
54 background-color: rgba(224, 8, 8, 0.7);
55 color: #fff;
56 font-weight: $font-semibold;
57 }
58
51 .video-thumbnail-actions-overlay { 59 .video-thumbnail-actions-overlay {
52 position: absolute; 60 position: absolute;
53 display: flex; 61 display: flex;