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