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