aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.scss
blob: 5e0075a27519d96cfe14e0399abc02c8e6339062 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                       
 



                   



                             
          

               






                          
                   
                                 
                            


                        
                                  









                                               



                         

 
               
                              

 
     
                  
 

            
                 
 



                       
@use '_variables' as *;
@use '_mixins' as *;

.select-job-state {
  min-width: 120px;
}

.job-id {
  max-width: 30vw !important;
}

.job-type,
.job-state,
.job-priority {
  width: 150px !important;
}

.job-date {
  width: 170px !important;
}

.admin-sub-header {
  flex-direction: row !important;
  justify-content: flex-end;

  .select-filter-block {
    &:not(:last-child) {
      @include margin-right(10px);
    }

    label {
      margin-bottom: 2px;
    }

    .peertube-select-container {
      @include peertube-select-container(auto);
    }
  }

  .button-filter-block {
    align-self: flex-end;
  }
}

td .glyphicon {
  @include margin-right(10px);
}

pre {
  font-size: 11px;
}

.job-error {
  color: #ff0000;
}

.badge {
  @include table-badge;
}