aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
blob: e1d9300cd625baf64331d6d3bfd5dafb8c2cbebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
my-loader {
  display: block;
  padding-top: 200px;
  width: 100%;
  text-align: center;
}

.embed-responsive {
  height: 500px;
}

#torrent-info {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;

  div {
    min-width: 60px;
  }
}

.embed-responsive {
  @media screen and (max-width: 600px) {
    height: 300px;
  }
}

#video-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 5px;

  #video-name-actions {

    #video-name {
      font-size: 20px;
    }

    .btn .glyphicon {
      position: relative;
      top: 2px;
    }

    #magnet-uri {
      font-weight: bold;
      opacity: 0.85;
    }
  }

  #video-by-date {
    font-size: 13px;
    opacity: 0.6;

    a {
      color: black;
    }

    #video-date:before {
      content: '\002022';
      margin: 0 5px;
    }
  }

  #video-tags {
    margin-top: 10px;

    a {
      margin-right: 5px;
    }
  }

  #video-description {
    margin-top: 15px;

    #description-label {
      font-weight: bold;
    }
  }
}