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