aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
blob: 474de74d92a5225d735cdfb79433e4ecbb8bbd2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
my-loader {
  display: block;
  padding-top: 200px;
  width: 100%;
  text-align: center;
}

.embed-responsive {
  height: 500px;
}

#torrent-info {
  font-size: 10px;

  div {
    display: inline-block;
    width: 33%;
    text-align: center;
  }
}