aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/video-feed.component.scss
blob: 9dab18ffd37e6d417c03343d038d6b984b7e0d1d (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-image: url('../../../assets/images/global/syndication.svg');
    }
  }
}