]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-abuse-list / abuse-list-table.component.scss
1 .comment-flagged-account,
2 .account-flagged-handle {
3 font-size: 11px;
4 color: var(--greyForegroundColor);
5 }
6
7 .abuse-states .glyphicon-comment {
8 margin-left: 0.5rem;
9 }
10
11 .abuse-messages {
12 my-global-icon {
13 width: 22px;
14 margin-left: 3px;
15 position: relative;
16 top: -2px;
17 }
18 }