]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/feeds/feed.component.scss
25afe9c6c92be2236c35ac5f1a2464463f590d77
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .feed {
5 width: 100%;
6 color: inherit;
7
8 a {
9 color: pvar(--mainForegroundColor);
10 display: block;
11 min-width: 100px;
12
13 &:hover {
14 text-decoration: underline;
15 }
16 }
17 }
18
19 my-global-icon {
20 width: 100%;
21 }