]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-video-miniature/video-download.component.scss
Add video filters to common video pages
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / video-download.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
63c4db6d 3
cf3c3624 4.nav-content {
5 margin-top: 30px;
6}
7
8.advanced-filters-button {
9 display: flex;
10 justify-content: center;
11 align-items: center;
12 margin-top: 20px;
13 font-size: 16px;
14 font-weight: 600;
15 cursor: pointer;
16
17 .nav-tabs {
18 margin-top: 10x;
19 }
266947e5 20
cf3c3624 21 .glyphicon {
27bc9586 22 @include margin-right(5px);
cf3c3624 23 }
24}
25
262f8ff6
C
26.peertube-select-container.title-select {
27 @include peertube-select-container(auto);
a7f9fae9 28
262f8ff6
C
29 display: inline-block;
30 margin-left: 10px;
31 vertical-align: top;
0727cab0
C
32}
33
266947e5 34#dropdown-download-type {
8ba9c205
RK
35 cursor: pointer;
36}
37
5f0805d3 38.download-type {
cf3c3624 39 margin-top: 20px;
0727cab0 40
5f0805d3 41 .peertube-radio-container {
27bc9586 42 @include margin-right(30px);
0727cab0 43
5f0805d3 44 display: inline-block;
0727cab0
C
45 }
46}
8319d6ae 47
cf3c3624 48.nav-metadata {
49 margin-top: 20px;
50}
51
8319d6ae
RK
52.file-metadata {
53 padding: 1rem;
54}
55
56.file-metadata .metadata-attribute {
57 font-size: 13px;
58 display: block;
59 margin-bottom: 12px;
60
61 .metadata-attribute-label {
27bc9586
C
62 @include padding-right(5px);
63
8319d6ae 64 min-width: 142px;
8319d6ae 65 display: inline-block;
e66883b3 66 color: pvar(--greyForegroundColor);
8319d6ae
RK
67 font-weight: $font-bold;
68 }
69
70 a.metadata-attribute-value {
71 @include disable-default-a-behaviour;
27bc9586 72
e66883b3 73 color: pvar(--mainForegroundColor);
8319d6ae
RK
74
75 &:hover {
76 opacity: 0.9;
77 }
78 }
79
80 &.metadata-attribute-tags {
81 .metadata-attribute-value:not(:nth-child(2)) {
82 &::before {
931d3430 83 content: ', ';
8319d6ae
RK
84 }
85 }
86 }
87}