]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/feeds/feed.component.scss
Display user quota progress bars above upload form (#2981)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
CommitLineData
457bb213 1@import '_variables';
244e76a5
RK
2@import '_mixins';
3
4.video-feed {
c5c09c1e
RK
5 width: min-content;
6
244e76a5 7 a {
244e76a5 8 color: black;
63347a0f 9 display: block;
244e76a5
RK
10 }
11
457bb213
C
12 my-global-icon {
13 cursor: pointer;
14 width: 12px;
15 position: relative;
16 top: -2px;
244e76a5 17
e66883b3 18 @include apply-svg-color(pvar(--mainForegroundColor))
244e76a5 19 }
457bb213 20}