]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/video-miniature.component.scss
Fix #408
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-miniature.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
501bc6c2 4.video-miniature {
501bc6c2 5 display: inline-block;
9bf9d2a5
C
6 padding-right: 15px;
7 margin-bottom: 30px;
8 height: 175px;
0d7d2ad9 9 vertical-align: top;
501bc6c2 10
d6e32a2e 11 .video-miniature-information {
00a44645 12 width: 200px;
9bf9d2a5
C
13 margin-top: 2px;
14 line-height: normal;
501bc6c2 15
383bfc83 16 .video-miniature-name {
501bc6c2 17 display: block;
383bfc83
C
18 overflow: hidden;
19 text-overflow: ellipsis;
20 white-space: nowrap;
383bfc83 21 transition: color 0.2s;
9bf9d2a5
C
22 font-size: 16px;
23 font-weight: $font-semibold;
24 color: #000;
501bc6c2 25
383bfc83
C
26 &:hover {
27 text-decoration: none;
00a44645
C
28 }
29
d6e32a2e
C
30 &.blur-filter {
31 filter: blur(3px);
32 padding-left: 4px;
33 }
501bc6c2
C
34 }
35
9bf9d2a5 36 .video-miniature-created-at-views {
501bc6c2 37 display: block;
9bf9d2a5 38 font-size: 13px;
00a44645
C
39 }
40
1e1265b3 41 .video-miniature-account {
d5022312
GN
42 display: block;
43 overflow: hidden;
44 text-overflow: ellipsis;
45 white-space: nowrap;
332542bc 46 font-size: 13px;
9bf9d2a5 47 color: #585858;
501bc6c2
C
48 }
49 }
50}