Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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. }
RSS feed
Powered by Drupal