]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/video-feed.component.scss
Translate subtitle langs in player
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-feed.component.scss
CommitLineData
244e76a5
RK
1@import '_mixins';
2
3.video-feed {
4 a {
5 @include disable-default-a-behaviour;
6
7 color: black;
63347a0f 8 display: block;
244e76a5
RK
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}