system-admin--panel.css
Same filename and directory in other branches
System admin module: Panel styling.
File
-
core/
themes/ claro/ css/ components/ system-admin--panel.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/2815083
- * @preserve
- */
-
- /**
- * @file
- * System admin module: Panel styling.
- */
-
- .panel {
- margin-top: 1em;
- margin-bottom: 3em;
- padding: 0;
- border-bottom: 0.0625em solid #d4d4d8;
- }
-
- .panel__title {
- margin: 0;
- padding: 0.66667em 1.33333em;
- background: #f3f4f9;
- font-size: 1.125em;
- line-height: 1.33333em;
- }
-
- .panel__content,
- .panel__description {
- padding: 1em 1.5em;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.