]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/shared/shared-main/feeds/feed.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
... / ...
CommitLineData
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
19my-global-icon {
20 width: 100%;
21}