Mercurial > hg > isophonics-drupal-site
annotate core/modules/system/css/components/system-status-report-general-info.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Default styles for the System Status general info. |
Chris@0 | 4 */ |
Chris@0 | 5 |
Chris@0 | 6 .system-status-general-info__item { |
Chris@0 | 7 margin-top: 1em; |
Chris@0 | 8 padding: 0 1em 1em; |
Chris@18 | 9 border: 1px solid #ccc; |
Chris@0 | 10 } |
Chris@0 | 11 |
Chris@0 | 12 .system-status-general-info__item-title { |
Chris@0 | 13 border-bottom: 1px solid #ccc; |
Chris@0 | 14 } |