You are here

security_review.run_and_review.css in Security Review 8

.security-review-run-and-review__table {
  border: none;
}

.security-review-run-and-review__entry {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
}

.security-review-run-and-review__entry-icon {
  width: 16px;
}

.security-review-run-and-review__entry:last-child {
  border-bottom-width: 1px;
}

.security-review-run-and-review__entry.skipped {
  color: #333333 !important;
  background-color: #dddddd !important;
}

.security-review-run-and-review__entry.success {
  color: #255b1e;
  background-color: #e5ffe2;
}

.security-review-run-and-review__entry.fail {
  color: #8c2e0b;
  background-color: #fef5f1;
}

.security-review-run-and-review__entry.warning {
  color: #734c00;
  background-color: #fdf8ed;
}

.security-review-run-and-review__entry.info {
  color: #000e6f;
  background-color: #dfefff;
}

File

css/security_review.run_and_review.css
View source
  1. .security-review-run-and-review__table {
  2. border: none;
  3. }
  4. .security-review-run-and-review__entry {
  5. border-width: 1px 0 0 0;
  6. border-style: solid;
  7. border-color: #ccc;
  8. }
  9. .security-review-run-and-review__entry-icon {
  10. width: 16px;
  11. }
  12. .security-review-run-and-review__entry:last-child {
  13. border-bottom-width: 1px;
  14. }
  15. .security-review-run-and-review__entry.skipped {
  16. color: #333333 !important;
  17. background-color: #dddddd !important;
  18. }
  19. .security-review-run-and-review__entry.success {
  20. color: #255b1e;
  21. background-color: #e5ffe2;
  22. }
  23. .security-review-run-and-review__entry.fail {
  24. color: #8c2e0b;
  25. background-color: #fef5f1;
  26. }
  27. .security-review-run-and-review__entry.warning {
  28. color: #734c00;
  29. background-color: #fdf8ed;
  30. }
  31. .security-review-run-and-review__entry.info {
  32. color: #000e6f;
  33. background-color: #dfefff;
  34. }