aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/feed.component.scss
blob: 385764be0aaf0cddd3ffaba37307120f3f163a8b (plain) (tree)
1
2
3
4
5
6



                  
                 
                   







                         

                                                                       


     
@import '_mixins';

.video-feed {
  a {
    color: black;
    display: block;
  }

  .icon {
    @include icon(12px);

    &.icon-syndication {
      position: relative;
      top: -2px;
      background-color: var(--mainForegroundColor);
      mask-image: url('../../../assets/images/global/syndication.svg');
    }
  }
}