]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-video-miniature/video-download.component.scss
Fix subtitle download
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / video-download.component.scss
CommitLineData
4635f59d
C
1@import 'variables';
2@import 'mixins';
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
C
41 .peertube-radio-container {
42 @include peertube-radio-container;
27bc9586 43 @include margin-right(30px);
0727cab0 44
5f0805d3 45 display: inline-block;
0727cab0
C
46 }
47}
8319d6ae 48
cf3c3624 49.nav-metadata {
50 margin-top: 20px;
51}
52
8319d6ae
RK
53.file-metadata {
54 padding: 1rem;
55}
56
57.file-metadata .metadata-attribute {
58 font-size: 13px;
59 display: block;
60 margin-bottom: 12px;
61
62 .metadata-attribute-label {
27bc9586
C
63 @include padding-right(5px);
64
8319d6ae 65 min-width: 142px;
8319d6ae 66 display: inline-block;
e66883b3 67 color: pvar(--greyForegroundColor);
8319d6ae
RK
68 font-weight: $font-bold;
69 }
70
71 a.metadata-attribute-value {
72 @include disable-default-a-behaviour;
27bc9586 73
e66883b3 74 color: pvar(--mainForegroundColor);
8319d6ae
RK
75
76 &:hover {
77 opacity: 0.9;
78 }
79 }
80
81 &.metadata-attribute-tags {
82 .metadata-attribute-value:not(:nth-child(2)) {
83 &::before {
931d3430 84 content: ', ';
8319d6ae
RK
85 }
86 }
87 }
88}