]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss
Fix comment add avatar when unlogged
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-abuse-list / abuse-list-table.component.scss
CommitLineData
8cbc40b2
C
1@use '_mixins' as *;
2@use '_variables' as *;
27bc9586 3
cfde28ba
C
4.comment-flagged-account,
5.account-flagged-handle {
8ca56654
C
6 font-size: 11px;
7 color: var(--greyForegroundColor);
8}
9
94148c90
C
10.abuse-messages {
11 my-global-icon {
27bc9586
C
12 @include margin-left(3px);
13
94148c90 14 width: 22px;
94148c90
C
15 position: relative;
16 top: -2px;
17 }
18}
93c728a2
C
19
20.table-video-text my-global-icon,
21my-video-cell my-global-icon {
22 width: 15px;
23 position: relative;
24 top: -2px;
25}