]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/feed.component.scss
Lazy load static objects
[github/Chocobozzz/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 }