aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
blob: 96420582ae831a6051ad39d932275eb021a41997 (plain) (tree)
1
2
3
4
5
6
7
8
9






                     
                   
                
 
 

                  

                     

       






                                        

   
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;
  }
}