aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/video-list/video-overview.component.scss
blob: eca8b230ff688d939404ce68a807cf87d704db97 (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: 17px;
  font-weight: $font-semibold;
  margin-bottom: 20px;

  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(30px);

      margin-right: 10px;
    }
  }
}

@media screen and (max-width: 500px) {
  .section {
    @include video-miniature-small-screen;
  }
}