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