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


                                        
 


                                   
 

                         
   




                          
 

                    
                     
                 
 
                      
                     












                              











                       
.videos-info {
  @media screen and (max-width: 400px) {
    margin-left: 0;
  }

  border-bottom: 1px solid #f1f1f1;
  height: 40px;
  line-height: 40px;

  .videos-total-results {
    font-size: 13px;
  }

  my-loader {
    display: inline-block;
    margin-left: 5px;
  }
}

.videos-miniatures {
  text-align: center;
  padding-top: 0;

  my-video-miniature {
    text-align: left;
    transition: all 0.5s ease;

    &.ng-enter {
      opacity: 0;
    }

    &.ng-enter-active {
      opacity: 1;
    }

    &.ng-leave {
      opacity: 0;
    }
  }

  .no-video {
    margin-top: 50px;
    text-align: center;
  }
}

pagination {
  display: block;
  text-align: center;
}