Add/update/delete/list my playlists
[oweals/peertube.git] / client / src / app / shared / video-playlist / video-playlist-miniature.component.scss
1 @import '_variables';
2 @import '_mixins';
3 @import '_miniature';
4
5 .miniature {
6   display: inline-block;
7
8   .miniature-thumbnail {
9     @include miniature-thumbnail;
10
11     .miniature-playlist-info-overlay {
12       @include static-thumbnail-overlay;
13
14       position: absolute;
15       right: 0;
16       bottom: 0;
17       height: $video-thumbnail-height;
18       padding: 0 10px;
19       display: flex;
20       align-items: center;
21       font-size: 15px;
22     }
23   }
24
25   .miniature-bottom {
26     width: 200px;
27     margin-top: 2px;
28     line-height: normal;
29
30     .miniature-name {
31       @include miniature-name;
32     }
33   }
34 }