ed1dc17d348701c157043e4d09a071330793cb19
[oweals/peertube.git] / client / src / app / shared / video / feed.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .video-feed {
5   a {
6     color: black;
7     display: block;
8   }
9
10   my-global-icon {
11     cursor: pointer;
12     width: 12px;
13     position: relative;
14     top: -2px;
15
16     @include apply-svg-color(var(--mainForegroundColor))
17   }
18 }