system-status-report-counters.css

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

Styles for the system status report counters.

File

core/themes/claro/css/components/system-status-report-counters.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/2815083
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Styles for the system status report counters.
  10. */
  11. .system-status-report-counters__item {
  12. width: 100%;
  13. margin: 10px 0;
  14. }
  15. @media screen and (min-width: 60em) {
  16. .system-status-report-counters__item {
  17. margin-bottom: 20px;
  18. }
  19. .system-status-report-counters {
  20. display: flex;
  21. flex-wrap: wrap;
  22. justify-content: space-between;
  23. }
  24. .system-status-report-counters__item--half-width {
  25. width: 49%;
  26. }
  27. .system-status-report-counters__item--third-width {
  28. width: 32%;
  29. }
  30. }

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