You are here

system-admin--panel.pcss.css in Drupal 10

System admin module: Panel styling.

File

core/themes/claro/css/components/system-admin--panel.pcss.css
View source
  1. /**
  2. * @file
  3. * System admin module: Panel styling.
  4. */
  5. .panel {
  6. margin-top: 1em;
  7. margin-bottom: 3em;
  8. padding: 0;
  9. border-bottom: calc(1em / 16) solid var(--color-gray-200);
  10. }
  11. .panel__title {
  12. margin: 0;
  13. padding: calc(12em / 18) calc(24em / 18);
  14. background: var(--color-gray-050);
  15. font-size: calc(18em / 16);
  16. line-height: calc(24em / 18);
  17. }
  18. .panel__content,
  19. .panel__description {
  20. padding: 1em 1.5em;
  21. }