Unverified Commit f10f5fe5 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3332464 by Gauravvvv: Refactor Claro's system-status-report-counters stylesheet

parent 2c3f5743
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,12 +12,13 @@

.system-status-report-counters__item {
  width: 100%;
  margin: 0.625rem 0;
  margin-block: 0.625rem;
  margin-inline: 0;
}

@media screen and (min-width: 60em) {
  .system-status-report-counters__item {
    margin-bottom: 1.25rem;
    margin-block-end: 1.25rem;
  }
  .system-status-report-counters {
    display: flex;
+3 −2
Original line number Diff line number Diff line
@@ -5,12 +5,13 @@

.system-status-report-counters__item {
  width: 100%;
  margin: 10px 0;
  margin-block: 10px;
  margin-inline: 0;
}

@media screen and (min-width: 60em) {
  .system-status-report-counters__item {
    margin-bottom: 20px;
    margin-block-end: 20px;
  }
  .system-status-report-counters {
    display: flex;