Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

system-admin--panel.css

System admin module: Panel styling.

File

core/themes/claro/css/components/system-admin--panel.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * System admin module: Panel styling.
  10. */
  11. .panel {
  12. margin-block: 1em 3em;
  13. padding: 0;
  14. border-block-end: calc(1em / 16) solid var(--color-gray-200);
  15. }
  16. .panel__title {
  17. margin: 0;
  18. padding-block: calc(12em / 18);
  19. padding-inline: calc(24em / 18);
  20. background: var(--color-gray-050);
  21. font-size: calc(18em / 16);
  22. line-height: calc(24em / 18);
  23. }
  24. .panel__content,
  25. .panel__description {
  26. padding-block: 1em;
  27. padding-inline: 1.5em;
  28. }
RSS feed
Powered by Drupal