aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss
blob: 2d5c77ea409ab27710c964a6a4fe8a05e93137f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@use '_variables' as *;
@use '_mixins' as *;

.comment-flagged-account,
.account-flagged-handle {
  font-size: 11px;
  color: var(--greyForegroundColor);
}

.abuse-messages {
  my-global-icon {
    @include margin-left(3px);

    width: 22px;
    position: relative;
    top: -2px;
  }
}

.table-video-text my-global-icon,
my-video-cell my-global-icon {
  width: 15px;
  position: relative;
  top: -2px;
}