]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/feeds/feed.component.scss
Some fixes for admin videos list
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
244e76a5 3
f1273314 4.feed {
205e4f56 5 width: 100%;
c5c09c1e 6
244e76a5 7 a {
931d3430 8 color: #000;
63347a0f 9 display: block;
dd24f1bb 10 min-width: 100px;
244e76a5 11 }
205e4f56 12}
244e76a5 13
205e4f56
C
14my-global-icon {
15 cursor: pointer;
16 width: 100%;
457bb213 17}