aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss
blob: 5f78c13fc9c4e85113d2496be7467330e2f7ff3b (plain) (tree)
1
2
3
4
5
6
7
8
9


                  
 
            
                
                  

                          
                     
                                
                         

   

                 
                                                     








                                             

                                                                      
 
                          

   
@use '_variables';
@use '_mixins';
@use '_miniature';

.playlists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  .playlist-wrapper {
    @include margin-right(15px);
    padding-bottom: 15px;
  }
}

.margin-content {
  @include grid-videos-miniature-layout-with-margins;
}

@media screen and (max-width: $mobile-view) {
  .title-page {
    display: block;
    text-align: center;
  }

  .playlists {
    @include margin-left(pvar(--horizontalMarginContent) !important);
    @include margin-right(pvar(--horizontalMarginContent) !important);

    justify-content: left;
  }
}