system-admin--panel.css 506 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * System admin module: Panel styling.
  10. */
  11. .panel {
  12. margin-top: 1em;
  13. margin-bottom: 3em;
  14. padding: 0;
  15. border-bottom: 0.0625em solid #d4d4d8;
  16. }
  17. .panel__title {
  18. margin: 0;
  19. padding: 0.66667em 1.33333em;
  20. background: #f3f4f9;
  21. font-size: 1.125em;
  22. line-height: 1.33333em;
  23. }
  24. .panel__content,
  25. .panel__description {
  26. padding: 1em 1.5em;
  27. }