aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-list-table.component.scss
blob: 2d8acae582b72db28bf590531507d5f4e2ae37ce (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-states .glyphicon-comment {
  @include margin-left(0.5rem);
}

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

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