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


                     
                       
                
                                 
                        
                      
                          


                                                     
                                   


   



                
                      
                


                      
                    







                              



                

























                                                       
@import '_variables';
@import '_mixins';

.title-page-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 25px;
  flex-wrap: wrap-reverse;

  .title-page.active, .title-page.title-page-single {
    margin-bottom: unset;
    margin-right: .5rem !important;
  }
}

.title-page {
  margin-top: 0;
}

.title-page-autoplay {
  display: flex;
  width: max-content;
  height: max-content;
  align-items: center;
  margin-left: auto;

  span {
    margin-right: 0.3rem;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 600;
  }
}

hr {
  margin-top: 0;
}

my-video-miniature {
  display: block;
}

.other-videos:not(.display-as-row) my-video-miniature {
  min-width: $video-thumbnail-medium-width;
  max-width: $video-thumbnail-medium-width;
}

.display-as-row {
  my-video-miniature {
    margin-bottom: 20px;
  }

  hr {
    display: none;
  }

  @media screen and (max-width: $mobile-view) {
    my-video-miniature {
      margin-bottom: 10px;
    }
  }
}