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