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