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

                       
                                      
 
             
                         
 
 

                                                                  

 

                                       
 


                                     





                              

 

                             

 



                     
 



                


                
 
           
                                     
 


                  









                                                    
@use '_variables' as *;
@use '_mixins' as *;
@use '~bootstrap/scss/functions' as *;

.add-button {
  @include create-button;
}

tr.banned > td {
  background-color: lighten($color: $red, $amount: 40) !important;
}

.table-email {
  @include disable-default-a-behaviour;

  color: pvar(--mainForegroundColor);
}

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

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

.cell-username .pt-badge {
  @include margin-left(15px);
}

p-tableCheckbox {
  position: relative;
  top: -2.5px;
}

my-global-icon {
  width: 18px;
}

.chip {
  @include chip;
}

.progress {
  @include progressbar($small: true);

  width: auto;
  max-width: 100%;
}

@media screen and (max-width: $primeng-breakpoint) {
  .progress {
    width: 100%;
  }

  .empty-cell {
    padding: 0;
  }
}