aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-feed.component.scss
blob: a5d1aabf7fac25a729633b1029616d338a438197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '_mixins';

.video-feed {
  a {
    @include disable-default-a-behaviour;

    color: black;
    display: block;
  }

  .icon {
    @include icon(12px);

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