system-status-report-general-info.css 255 B

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