system-status-report-counters.pcss.css

Same filename in other branches
  1. 9 core/themes/claro/css/components/system-status-report-counters.pcss.css
  2. 8.9.x core/themes/claro/css/components/system-status-report-counters.pcss.css
  3. 10 core/themes/claro/css/components/system-status-report-counters.pcss.css

Styles for the system status report counters.

File

core/themes/claro/css/components/system-status-report-counters.pcss.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-block: 10px;
  8. margin-inline: 0;
  9. }
  10. @media screen and (min-width: 60em) {
  11. .system-status-report-counters__item {
  12. margin-block-end: 20px;
  13. }
  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: 32%;
  24. }
  25. }

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