1 @use '_variables' as *;
3 @use '_miniature' as *;
6 @include miniature-thumbnail;
14 background-color: rgba(0, 0, 0, 0.2);
18 background-color: pvar(--mainColor);
22 .video-thumbnail-watch-later-overlay,
23 .video-thumbnail-label-overlay,
24 .video-thumbnail-duration-overlay,
25 .video-thumbnail-live-overlay {
26 @include static-thumbnail-overlay;
30 font-weight: $font-semibold;
32 z-index: z(miniature);
35 .video-thumbnail-label-overlay {
40 font-weight: $font-bold;
42 &.warning { background-color: #ffa500; }
43 &.danger { background-color: #ff0000; }
46 .video-thumbnail-duration-overlay,
47 .video-thumbnail-live-overlay {
54 .video-thumbnail-live-overlay {
55 font-weight: $font-semibold;
59 background-color: rgba(224, 8, 8, 0.7);
63 .video-thumbnail-actions-overlay {
66 flex-direction: column;
71 div:not(:first-child) {
76 .video-thumbnail-watch-later-overlay {
80 @include apply-svg-color(#fff);