]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-overview.component.scss
Video-watch hooks modifications for videojs
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-overview.component.scss
index 8d66cf80a003a969ff038bc15d9f4fdf34e4b66a..ade6f53b7d20e99551962e54c9695e3554d4bdb9 100644 (file)
@@ -1,22 +1,11 @@
 @import '_variables';
 @import '_mixins';
+@import '_miniature';
 
-.section {
-  padding-top: 10px;
-
-  &:first-child {
-    padding-top: 30px;
-  }
+.margin-content {
+  @include adapt-margin-content-width;
 }
 
-.section-title {
-  font-size: 17px;
-  font-weight: $font-semibold;
-  margin-bottom: 20px;
-
-  a {
-    @include disable-default-a-behaviour;
-
-    color: #000;
-  }
-}
\ No newline at end of file
+.section {
+  @include miniature-rows;
+}