aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.scss
blob: d07d5078bcbf2e17c2ec24a028d17faa2aee44ab (plain) (tree)
1
2
3


                     















                                               

 



                     
     
                  
 



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

.admin-sub-header {
  align-items: flex-end;

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

    label {
      margin-bottom: 2px;
    }

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

td .glyphicon {
  margin-right: 10px;
}

pre {
  font-size: 11px;
}

.job-error {
  color: red;
}