Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / stable / css / system / components / system-status-report-general-info.css
1 /**
2  * @file
3  * Default styles for the System Status general info.
4  */
5
6 .system-status-general-info__item {
7   border: 1px solid #ccc;
8   margin-top: 1em;
9   padding: 0 1em 1em;
10 }
11
12 .system-status-general-info__item-title {
13   border-bottom: 1px solid #ccc;
14 }