]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/feeds/feed.component.scss
Migrate client to eslint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
244e76a5 3
f1273314 4.feed {
205e4f56 5 width: 100%;
c5c09c1e 6
244e76a5 7 a {
931d3430 8 color: #000;
63347a0f 9 display: block;
244e76a5 10 }
205e4f56 11}
244e76a5 12
205e4f56 13my-global-icon {
931d3430
C
14 @include apply-svg-color(pvar(--mainForegroundColor));
15
205e4f56
C
16 cursor: pointer;
17 width: 100%;
457bb213 18}