system-status-report-counters.pcss.css

Same filename in this branch
  1. main core/themes/claro/css/components/system-status-report-counters.pcss.css
  2. main core/themes/admin/css/components/system-status-report-counters.pcss.css
Same filename and directory in other branches
  1. 10 core/themes/claro/css/components/system-status-report-counters.pcss.css
  2. 11.x core/themes/claro/css/components/system-status-report-counters.pcss.css
  3. 9 core/themes/claro/css/components/system-status-report-counters.pcss.css
  4. 8.9.x core/themes/claro/css/components/system-status-report-counters.pcss.css
  5. 11.x core/themes/admin/css/components/system-status-report-counters.pcss.css
  6. 11.x core/themes/default_admin/css/components/system-status-report-counters.pcss.css

Styles for the system status report counters.

File

core/themes/default_admin/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. border: 1px solid var(--gin-border-color-layer);
  10. box-shadow: var(--gin-shadow-l1);
  11. @media screen and (min-width: 60em) {
  12. margin-block-end: 20px;
  13. }
  14. }
  15. @media screen and (min-width: 60em) {
  16. .system-status-report-counters {
  17. display: flex;
  18. flex-wrap: wrap;
  19. justify-content: space-between;
  20. }
  21. .system-status-report-counters__item--half-width {
  22. width: 49%;
  23. }
  24. .system-status-report-counters__item--third-width {
  25. width: 32%;
  26. }
  27. }

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