You are here

system-status-report-general-info.css in Drupal 10

Default styles for the System Status general info.

File

core/themes/stable/css/system/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. }