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