system-status-report-counters.css

Same filename and directory in other branches
  1. 9 core/modules/system/css/components/system-status-report-counters.css
  2. 8.9.x core/modules/system/css/components/system-status-report-counters.css
  3. 10 core/modules/system/css/components/system-status-report-counters.css

Styles for the system status report counters.

File

core/modules/system/css/components/system-status-report-counters.css

View source
  1. /**
  2. * @file
  3. * Styles for the system status report counters.
  4. */
  5. .system-status-report-counters__item {
  6. width: 100%;
  7. margin-bottom: 0.5em;
  8. padding: 0.5em 0;
  9. text-align: center;
  10. white-space: nowrap;
  11. background-color: rgb(0, 0, 0, 0.063);
  12. }
  13. @media screen and (min-width: 60em) {
  14. .system-status-report-counters {
  15. display: flex;
  16. flex-wrap: wrap;
  17. justify-content: space-between;
  18. }
  19. .system-status-report-counters__item--half-width {
  20. width: 49%;
  21. }
  22. .system-status-report-counters__item--third-width {
  23. width: 33%;
  24. }
  25. }

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