]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/feeds/feed.component.scss
Merge branch 'release/3.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .feed {
5 width: 100%;
6
7 a {
8 color: black;
9 display: block;
10 }
11 }
12
13 my-global-icon {
14 cursor: pointer;
15 width: 100%;
16
17 @include apply-svg-color(pvar(--mainForegroundColor))
18 }