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