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