]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-miniature.component.scss
Add hover effect on video miniature
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-miniature.component.scss
index 895879adc5311ce210c734dbc8af78046f29081f..66e59e6d37d332f8b2fdf262f04961de2f8c5661 100644 (file)
@@ -5,7 +5,7 @@
   display: inline-block;
   padding-right: 15px;
   margin-bottom: 30px;
-  height: 175px;
+  height: 195px;
   vertical-align: top;
 
   .video-miniature-information {
       text-overflow: ellipsis;
       white-space: nowrap;
       font-size: 13px;
-      color: #585858;
+      color: $grey-foreground-color;
 
       &:hover {
-        color: #303030;
+        color: $grey-foreground-hover-color;
       }
     }
   }