]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/feed.component.scss
Merge branch 'release/v1.2.0'
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / feed.component.scss
CommitLineData
457bb213 1@import '_variables';
244e76a5
RK
2@import '_mixins';
3
4.video-feed {
5 a {
244e76a5 6 color: black;
63347a0f 7 display: block;
244e76a5
RK
8 }
9
457bb213
C
10 my-global-icon {
11 cursor: pointer;
12 width: 12px;
13 position: relative;
14 top: -2px;
244e76a5 15
457bb213 16 @include apply-svg-color(var(--mainForegroundColor))
244e76a5 17 }
457bb213 18}