jobs.component.scss 664 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import '_variables';
  2. @import '_mixins';
  3. .select-job-state {
  4. min-width: 120px;
  5. }
  6. .job-id {
  7. max-width: 30vw !important;
  8. }
  9. .job-type,
  10. .job-state {
  11. width: 150px !important;
  12. }
  13. .job-date {
  14. width: 170px !important;
  15. }
  16. .admin-sub-header {
  17. flex-direction: row !important;
  18. justify-content: flex-end;
  19. .select-filter-block {
  20. &:not(:last-child) {
  21. margin-right: 10px;
  22. }
  23. label {
  24. margin-bottom: 2px;
  25. }
  26. .peertube-select-container {
  27. @include peertube-select-container(auto);
  28. }
  29. }
  30. }
  31. td .glyphicon {
  32. margin-right: 10px;
  33. }
  34. pre {
  35. font-size: 11px;
  36. }
  37. .job-error {
  38. color: red;
  39. }
  40. .badge {
  41. @include table-badge;
  42. }