First draft to use webpack instead of systemjs
[oweals/peertube.git] / client / src / app / videos / video-list / video-list.component.scss
1 .videos-info {
2
3   padding-bottom: 20px;
4   margin-bottom: 20px;
5   border-bottom: 1px solid #f1f1f1;
6   height: 40px;
7   line-height: 40px;
8   width: 765px;
9   margin-left: 15px;
10
11   my-video-sort {
12     padding-right: 0;
13   }
14
15   .videos-total-results {
16     font-size: 13px;
17     padding-left: 0;
18   }
19 }
20
21 .videos-miniatures {
22   min-height: 600px;
23
24   my-videos-miniature {
25     display: inline-block;
26   }
27
28   .no-video {
29     margin-top: 50px;
30     text-align: center;
31   }
32 }
33
34 pagination {
35   display: block;
36   text-align: center;
37 }