]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/feed.component.scss
Better typings
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / feed.component.scss
CommitLineData
244e76a5
RK
1@import '_mixins';
2
3.video-feed {
4 a {
244e76a5 5 color: black;
63347a0f 6 display: block;
244e76a5
RK
7 }
8
9 .icon {
10 @include icon(12px);
11
12 &.icon-syndication {
13 position: relative;
14 top: -2px;
9a0fc840
RK
15 background-color: var(--mainForegroundColor);
16 mask-image: url('../../../assets/images/global/syndication.svg');
244e76a5
RK
17 }
18 }
19}