panel.css

Panel styling. Panels are used to visually group items together.

File

core/themes/seven/css/components/panel.css

View source
  1. /**
  2. * @file
  3. * Panel styling. Panels are used to visually group items together.
  4. */
  5. .panel {
  6. margin: 0 0 20px;
  7. padding: 9px;
  8. border: 1px solid #ccc;
  9. background: #f8f8f8;
  10. }
  11. .panel__title {
  12. margin: 0;
  13. padding-bottom: 9px;
  14. text-transform: uppercase;
  15. font-size: 1em;
  16. }

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