Version 1
[yaffs-website] / web / core / themes / seven / css / components / panel.css
diff --git a/web/core/themes/seven/css/components/panel.css b/web/core/themes/seven/css/components/panel.css
new file mode 100644 (file)
index 0000000..d221963
--- /dev/null
@@ -0,0 +1,17 @@
+/**
+ * @file
+ * Panel styling. Panels are used to visually group items together.
+ */
+
+.panel {
+  margin: 0 0 20px;
+  padding: 9px;
+  background: #f8f8f8;
+  border: 1px solid #ccc;
+}
+.panel__title {
+  font-size: 1em;
+  text-transform: uppercase;
+  margin: 0;
+  padding-bottom: 9px;
+}