system-status-report-counters.css 391 B

1234567891011121314151617181920212223
  1. /**
  2. * @file
  3. * Styles for the system status report counters.
  4. */
  5. .system-status-report-counters__item {
  6. margin: 0;
  7. width: 100%;
  8. padding-right: 20px;
  9. margin-bottom: 20px;
  10. }
  11. .system-status-report-counters__item:last-child {
  12. padding-right: 0;
  13. }
  14. @media screen and (min-width: 60em) {
  15. .system-status-report-counters {
  16. display: flex;
  17. justify-content: space-between;
  18. }
  19. }