system-status-report-general-info.css

Same filename in this branch
  1. 10 core/themes/stable9/css/system/components/system-status-report-general-info.css
  2. 10 core/themes/claro/css/components/system-status-report-general-info.css
Same filename in other branches
  1. 9 core/themes/stable9/css/system/components/system-status-report-general-info.css
  2. 9 core/themes/seven/css/components/system-status-report-general-info.css
  3. 9 core/themes/claro/css/components/system-status-report-general-info.css
  4. 9 core/themes/stable/css/system/components/system-status-report-general-info.css
  5. 9 core/modules/system/css/components/system-status-report-general-info.css
  6. 8.9.x core/themes/seven/css/components/system-status-report-general-info.css
  7. 8.9.x core/themes/claro/css/components/system-status-report-general-info.css
  8. 8.9.x core/themes/stable/css/system/components/system-status-report-general-info.css
  9. 8.9.x core/modules/system/css/components/system-status-report-general-info.css
  10. 11.x core/themes/stable9/css/system/components/system-status-report-general-info.css
  11. 11.x core/themes/claro/css/components/system-status-report-general-info.css
  12. 11.x core/modules/system/css/components/system-status-report-general-info.css

Default styles for the System Status general info.

File

core/modules/system/css/components/system-status-report-general-info.css

View source
  1. /**
  2. * @file
  3. * Default styles for the System Status general info.
  4. */
  5. .system-status-general-info__item {
  6. margin-top: 1em;
  7. padding: 0 1em 1em;
  8. border: 1px solid #ccc;
  9. }
  10. .system-status-general-info__item-title {
  11. border-bottom: 1px solid #ccc;
  12. }

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