]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-video-miniature/video-download.component.scss
Auto focus plugin search input
[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
5f0805d3 4.peertube-select-container {
c86fa51b 5 @include peertube-select-container(85px);
a7f9fae9
C
6
7 border-top-right-radius: 0;
8 border-bottom-right-radius: 0;
9 border-right: none;
bb5d7428
RK
10
11 select {
12 height: inherit;
c86fa51b
RK
13 border-top-left-radius: .2rem;
14 border-bottom-left-radius: .2rem;
bb5d7428 15 }
0727cab0
C
16}
17
8ba9c205
RK
18#dropdownDownloadType {
19 cursor: pointer;
20}
21
5f0805d3
C
22.download-type {
23 margin-top: 30px;
0727cab0 24
5f0805d3
C
25 .peertube-radio-container {
26 @include peertube-radio-container;
0727cab0 27
5f0805d3
C
28 display: inline-block;
29 margin-right: 30px;
0727cab0
C
30 }
31}
8319d6ae
RK
32
33.file-metadata {
34 padding: 1rem;
35}
36
37.file-metadata .metadata-attribute {
38 font-size: 13px;
39 display: block;
40 margin-bottom: 12px;
41
42 .metadata-attribute-label {
43 min-width: 142px;
44 padding-right: 5px;
45 display: inline-block;
e66883b3 46 color: pvar(--greyForegroundColor);
8319d6ae
RK
47 font-weight: $font-bold;
48 }
49
50 a.metadata-attribute-value {
51 @include disable-default-a-behaviour;
e66883b3 52 color: pvar(--mainForegroundColor);
8319d6ae
RK
53
54 &:hover {
55 opacity: 0.9;
56 }
57 }
58
59 &.metadata-attribute-tags {
60 .metadata-attribute-value:not(:nth-child(2)) {
61 &::before {
62 content: ', '
63 }
64 }
65 }
66}