system-admin--panel.pcss.css

Same filename and directory in other branches
  1. 11.x core/themes/claro/css/components/system-admin--panel.pcss.css
  2. 10 core/themes/claro/css/components/system-admin--panel.pcss.css
  3. 8.9.x core/themes/claro/css/components/system-admin--panel.pcss.css

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. @import "../base/variables.pcss.css";
  6. .panel {
  7. margin-top: 1em;
  8. margin-bottom: 3em;
  9. padding: 0;
  10. border-bottom: calc(1em / 16) solid var(--color-gray-200);
  11. }
  12. .panel__title {
  13. margin: 0;
  14. padding: calc(12em / 18) calc(24em / 18);
  15. background: var(--color-gray-050);
  16. font-size: calc(18em / 16);
  17. line-height: calc(24em / 18);
  18. }
  19. .panel__content,
  20. .panel__description {
  21. padding: 1em 1.5em;
  22. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.