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

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

  my-global-icon {
    cursor: pointer;
    width: 12px;
    position: relative;
    top: -2px;

    @include apply-svg-color(var(--mainForegroundColor))
  }
}