Mercurial > hg > isophonics-drupal-site
comparison core/themes/seven/css/components/system-status-report-counters.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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 } |