aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.scss
blob: f235769f06bdecd252ab7db4a89d6ace1e32f6a2 (plain) (tree)
1
2
3
4
5
6
7

                     
 
             
                                                                     
 
 









                              


          
                                 



                                        
 
@import '_variables';
@import '_mixins';

.add-button {
  @include create-button('../../../../assets/images/global/add.svg');
}

tr.banned {
  color: red;
}

.banned-info {
  font-style: italic;
}

.ban-reason-label {
  font-weight: $font-semibold;
}

.caption {
  justify-content: space-between;

  input {
    @include peertube-input-text(250px);
  }
}