]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-watch/video-watch.component.scss
Client: allow to copy magnet uri
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.scss
CommitLineData
e56b20f5
C
1my-loader {
2 display: block;
3 padding-top: 200px;
4 width: 100%;
5 text-align: center;
6}
7
cb11e775 8.embed-responsive {
9ced64e0 9 height: 500px;
cb11e775 10}
da932efc 11
9ced64e0
C
12#torrent-info {
13 font-size: 10px;
a64668c0
C
14 margin-top: 10px;
15 text-align: center;
9ced64e0
C
16
17 div {
a64668c0
C
18 min-width: 60px;
19 }
20}
21
22.embed-responsive {
23 @media screen and (max-width: 600px) {
24 height: 300px;
9ced64e0
C
25 }
26}
d1992b93
C
27
28#video-info {
29 border-top: 1px solid rgba(0, 0, 0, 0.1);
30 margin-top: 10px;
31 padding-top: 5px;
32
33 #video-name-actions {
34
35 #video-name {
36 font-size: 20px;
37 }
38
39 .btn .glyphicon {
40 position: relative;
41 top: 2px;
42 }
43
44 #magnet-uri {
45 font-weight: bold;
46 opacity: 0.85;
47 }
48 }
49
50 #video-by-date {
51 font-size: 13px;
52 opacity: 0.6;
53
54 a {
55 color: black;
56 }
57
58 #video-date:before {
59 content: '\002022';
60 margin: 0 5px;
61 }
62 }
63
64 #video-tags {
65 margin-top: 10px;
66
67 a {
68 margin-right: 5px;
69 }
70 }
71
72 #video-description {
73 margin-top: 15px;
74
75 #description-label {
76 font-weight: bold;
77 }
78 }
79}