gin-system-report.pcss.css

Same filename and directory in other branches
  1. 11.x core/themes/default_admin/migration/css/base/gin-system-report.pcss.css
.system-status-report__requirements-group {
  h3 {
    margin-block-start: 0;
  }
}

.system-status-report__row {
  border-block-end: 1px solid var(--gin-border-color);
}

.system-status-counter__status-icon {
  border: 0 none;
  background-color: transparent;
  box-shadow: none;
}

.system-status-general-info,
.system-status-report__requirements-group,
.system-status-report {
  padding: var(--gin-spacing-m);

  h3 + .divider,
  .divider:last-child {
    display: none;
  }
}

.system-status-general-info__items {
  margin-block: var(--gin-spacing-m) 0;
  margin-inline: 0;
}

.system-status-general-info__item {
  border: 0 none;
  box-shadow: none;
}

.system-status-general-info__header,
.system-status-report__requirements-group > h3,
.system-themes-list__header {
  text-transform: none;
  margin-block: calc(var(--gin-spacing-xs) * -1) var(--gin-spacing-m);
  margin-inline: 0;
}

.gin-details__summary--system-status-report {
  background: transparent;
}

File

core/themes/default_admin/migration/css/base/gin-system-report.pcss.css

View source
  1. .system-status-report__requirements-group {
  2. h3 {
  3. margin-block-start: 0;
  4. }
  5. }
  6. .system-status-report__row {
  7. border-block-end: 1px solid var(--gin-border-color);
  8. }
  9. .system-status-counter__status-icon {
  10. border: 0 none;
  11. background-color: transparent;
  12. box-shadow: none;
  13. }
  14. .system-status-general-info,
  15. .system-status-report__requirements-group,
  16. .system-status-report {
  17. padding: var(--gin-spacing-m);
  18. h3 + .divider,
  19. .divider:last-child {
  20. display: none;
  21. }
  22. }
  23. .system-status-general-info__items {
  24. margin-block: var(--gin-spacing-m) 0;
  25. margin-inline: 0;
  26. }
  27. .system-status-general-info__item {
  28. border: 0 none;
  29. box-shadow: none;
  30. }
  31. .system-status-general-info__header,
  32. .system-status-report__requirements-group > h3,
  33. .system-themes-list__header {
  34. text-transform: none;
  35. margin-block: calc(var(--gin-spacing-xs) * -1) var(--gin-spacing-m);
  36. margin-inline: 0;
  37. }
  38. .gin-details__summary--system-status-report {
  39. background: transparent;
  40. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.