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

                         



                                    

                  

                              
                



                       






                                 
@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;
}