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








                      



                      


                
                  
                              
                      

     



                                                    
 
                                      
   








                        
                            
 
                        

     


                                      



                    


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

.section {
  padding-top: 10px;

  &:first-child {
    padding-top: 30px;
  }

  my-video-miniature {
    text-align: left;
  }
}

.section-title {
  font-size: 24px;
  font-weight: $font-semibold;
  margin-bottom: 10px;

  a {
    &:hover, &:focus:not(.focus-visible), &:active {
      text-decoration: none;
      outline: none;
    }

    color: var(--mainForegroundColor);
  }
}

.channel {
  .section-title a {
    display: flex;
    width: fit-content;
    align-items: center;

    img {
      @include avatar(28px);

      margin-right: 8px;
    }
  }
}

@media screen and (max-width: 500px) {
  .section-title {
    font-size: 17px;
  }

  .section {
    @include video-miniature-small-screen;
  }
}