comparison core/modules/system/css/components/system-status-report-counters.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
3 * Styles for the system status report counters. 3 * Styles for the system status report counters.
4 */ 4 */
5 5
6 .system-status-report-counters__item { 6 .system-status-report-counters__item {
7 width: 100%; 7 width: 100%;
8 margin-bottom: 0.5em;
8 padding: 0.5em 0; 9 padding: 0.5em 0;
9 text-align: center; 10 text-align: center;
10 white-space: nowrap; 11 white-space: nowrap;
11 background-color: rgba(0, 0, 0, 0.063); 12 background-color: rgba(0, 0, 0, 0.063);
12 margin-bottom: 0.5em;
13 } 13 }
14 14
15 @media screen and (min-width: 60em) { 15 @media screen and (min-width: 60em) {
16 .system-status-report-counters { 16 .system-status-report-counters {
17 display: flex;
17 flex-wrap: wrap; 18 flex-wrap: wrap;
18 display: flex;
19 justify-content: space-between; 19 justify-content: space-between;
20 } 20 }
21 .system-status-report-counters__item--half-width { 21 .system-status-report-counters__item--half-width {
22 width: 49%; 22 width: 49%;
23 } 23 }