]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/feeds/feed.component.scss
Merge branch 'release/4.2.0' into develop
[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
7 a {
8 color: #000;
9 display: block;
10 min-width: 100px;
11 }
12 }
13
14 my-global-icon {
15 cursor: pointer;
16 width: 100%;
17 }