panel.css 283 B

1234567891011121314151617
  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. background: #f8f8f8;
  9. border: 1px solid #ccc;
  10. }
  11. .panel__title {
  12. font-size: 1em;
  13. text-transform: uppercase;
  14. margin: 0;
  15. padding-bottom: 9px;
  16. }