]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/video-feed.component.scss
Add get subscription endpoint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-feed.component.scss
1 @import '_mixins';
2
3 .video-feed {
4 a {
5 @include disable-default-a-behaviour;
6
7 color: black;
8 display: block;
9 }
10
11 .icon {
12 @include icon(12px);
13
14 &.icon-syndication {
15 position: relative;
16 top: -2px;
17 background-image: url('../../../assets/images/global/syndication.svg');
18 }
19 }
20 }