PeerTube/client/src/app/shared/shared-abuse-list/abuse-list-table.component....

26 lines
406 B
SCSS
Raw Normal View History

2021-05-27 18:25:00 +02:00
@use '_mixins' as *;
@use '_variables' as *;
2021-06-07 17:38:31 +02:00
2020-07-09 15:54:24 +02:00
.comment-flagged-account,
.account-flagged-handle {
font-size: 11px;
color: var(--greyForegroundColor);
}
.abuse-messages {
my-global-icon {
2021-06-07 17:38:31 +02:00
@include margin-left(3px);
width: 22px;
position: relative;
top: -2px;
}
}
2022-06-13 10:14:03 +02:00
.table-video-text my-global-icon,
my-video-cell my-global-icon {
width: 15px;
position: relative;
top: -2px;
}