Version 1
[yaffs-website] / web / core / themes / seven / css / components / system-status-report-counters.css
1 /**
2  * @file
3  * Styles for the system status report counters.
4  */
5
6 .system-status-report-counters__item {
7   margin: 10px 0;
8   width: 100%;
9 }
10
11 @media screen and (min-width: 60em) {
12   .system-status-report-counters__item {
13     margin-bottom: 20px;
14   }
15   .system-status-report-counters {
16     flex-wrap: wrap;
17     display: flex;
18     justify-content: space-between;
19   }
20   .system-status-report-counters__item--half-width {
21     width: 49%;
22   }
23   .system-status-report-counters__item--third-width {
24     width: 32%;
25   }
26 }