]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-thumbnail.component.scss
miniature duration visibility and overlay background opacity
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-thumbnail.component.scss
index 0fc2df220028fd31975000b71278e9e7711dbe5e..e48629778044ce4060ac41dbdf093ee1459d25b9 100644 (file)
@@ -1,31 +1,33 @@
 @import '_variables';
 @import '_mixins';
+@import '_miniature';
 
 .video-thumbnail {
-  display: inline-block;
-  position: relative;
-  border-radius: 4px;
-  overflow: hidden;
+  @include miniature-thumbnail;
 
-  &:hover {
-    text-decoration: none !important;
-  }
+  .progress-bar {
+    height: 3px;
+    width: 100%;
+    position: absolute;
+    bottom: 0;
+    background-color: rgba(0, 0, 0, 0.20);
 
-  img.blur-filter {
-    filter: blur(5px);
-    transform : scale(1.03);
+    div {
+      height: 100%;
+      background-color: var(--mainColor);
+    }
   }
 
-  .video-thumbnail-overlay {
+  .video-thumbnail-duration-overlay {
+    @include static-thumbnail-overlay;
+
     position: absolute;
     right: 5px;
     bottom: 5px;
-    display: inline-block;
-    background-color: rgba(0, 0, 0, 0.7);
-    color: #fff;
+    padding: 0 5px;
+    border-radius: 3px;
     font-size: 12px;
     font-weight: $font-bold;
-    border-radius: 3px;
-    padding: 0 5px;
+    z-index: 1;
   }
 }