gin-system-report.css

Same filename and directory in other branches
  1. 11.x core/themes/default_admin/migration/css/base/gin-system-report.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

.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.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. .system-status-report__requirements-group {
  8. h3 {
  9. margin-block-start: 0;
  10. }
  11. }
  12. .system-status-report__row {
  13. border-block-end: 1px solid var(--gin-border-color);
  14. }
  15. .system-status-counter__status-icon {
  16. border: 0 none;
  17. background-color: transparent;
  18. box-shadow: none;
  19. }
  20. .system-status-general-info,
  21. .system-status-report__requirements-group,
  22. .system-status-report {
  23. padding: var(--gin-spacing-m);
  24. h3 + .divider,
  25. .divider:last-child {
  26. display: none;
  27. }
  28. }
  29. .system-status-general-info__items {
  30. margin-block: var(--gin-spacing-m) 0;
  31. margin-inline: 0;
  32. }
  33. .system-status-general-info__item {
  34. border: 0 none;
  35. box-shadow: none;
  36. }
  37. .system-status-general-info__header,
  38. .system-status-report__requirements-group > h3,
  39. .system-themes-list__header {
  40. text-transform: none;
  41. margin-block: calc(var(--gin-spacing-xs) * -1) var(--gin-spacing-m);
  42. margin-inline: 0;
  43. }
  44. .gin-details__summary--system-status-report {
  45. background: transparent;
  46. }

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