Mercurial > hg > isophonics-drupal-site
annotate core/themes/seven/css/components/panel.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Panel styling. Panels are used to visually group items together. |
Chris@0 | 4 */ |
Chris@0 | 5 |
Chris@0 | 6 .panel { |
Chris@0 | 7 margin: 0 0 20px; |
Chris@0 | 8 padding: 9px; |
Chris@18 | 9 border: 1px solid #ccc; |
Chris@0 | 10 background: #f8f8f8; |
Chris@0 | 11 } |
Chris@0 | 12 .panel__title { |
Chris@0 | 13 margin: 0; |
Chris@0 | 14 padding-bottom: 9px; |
Chris@18 | 15 text-transform: uppercase; |
Chris@18 | 16 font-size: 1em; |
Chris@0 | 17 } |