system-status-report-general-info.css in Drupal 10
Same filename in this branch
- 10 core/themes/claro/css/components/system-status-report-general-info.css
- 10 core/themes/seven/css/components/system-status-report-general-info.css
- 10 core/modules/system/css/components/system-status-report-general-info.css
- 10 core/themes/stable9/css/system/components/system-status-report-general-info.css
- 10 core/themes/stable/css/system/components/system-status-report-general-info.css
Same filename and directory in other branches
Default styles for the System Status general info.
File
core/themes/stable/css/system/components/system-status-report-general-info.cssView source
- /**
- * @file
- * Default styles for the System Status general info.
- */
-
- .system-status-general-info__item {
- margin-top: 1em;
- padding: 0 1em 1em;
- border: 1px solid #ccc;
- }
-
- .system-status-general-info__item-title {
- border-bottom: 1px solid #ccc;
- }