system-admin--panel.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/themes/claro/css/components/system-admin--panel.css
- 9 core/themes/claro/css/components/system-admin--panel.css
- 8.9.x core/themes/claro/css/components/system-admin--panel.css
- main core/themes/claro/css/components/system-admin--panel.css
- main core/themes/admin/css/components/system-admin--panel.css
- main core/themes/default_admin/css/components/system-admin--panel.css
System admin module: Panel styling.
File
-
core/
themes/ default_admin/ 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/3084859
- * @preserve
- */
-
- /**
- * @file
- * System admin module: Panel styling.
- */
-
- .panel {
- margin-block: 1em 3em;
- border-block-end: calc(1em / 16) solid var(--admin-color-border);
-
- /* Override specificity from .gin-layer-wrapper in layers.css. */
- &[class] {
- padding: 0;
- }
- }
-
- .panel__title {
- margin: var(--admin-space-s);
- padding: var(--admin-space-m) var(--admin-space-l);
- color: var(--admin-color-primary-active);
- border-radius: var(--admin-radius-m);
- background: var(--admin-color-bg-header);
- font-size: var(--admin-font-size-l);
- font-weight: var(--admin-font-weight-bold);
- line-height: calc(24em / 18);
- }
-
- .panel__description {
- padding-block: 1em;
- padding-inline: 1.5em;
- }
-
- .panel__content {
- padding: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.