aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss
blob: 4852f2e8b44ab714381e35246befc1f09f69f751 (plain) (tree)
1
2
3
4
5
6
7
8
9

                       
 

                         



                                    

                  

                              
                



                       






                                 
@use '_mixins' as *;
@use '_variables' 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;
}