aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-feed.component.scss
blob: 9dab18ffd37e6d417c03343d038d6b984b7e0d1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@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');
    }
  }
}