system-admin--panel.css
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/3084859
- * @preserve
- */
-
- /**
- * @file
- * System admin module: Panel styling.
- */
-
- .panel {
- margin-block: 1em 3em;
- padding: 0;
- border-block-end: calc(1em / 16) solid var(--color-gray-200);
- }
-
- .panel__title {
- margin: 0;
- padding-block: calc(12em / 18);
- padding-inline: calc(24em / 18);
- background: var(--color-gray-050);
- font-size: calc(18em / 16);
- line-height: calc(24em / 18);
- }
-
- .panel__content,
- .panel__description {
- padding-block: 1em;
- padding-inline: 1.5em;
- }