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

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

    color: black;
  }

  .icon {
    @include icon(12px);

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