CSS part 3
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Tue, 30 Jul 2019 03:09:02 +0000 (20:09 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Tue, 30 Jul 2019 03:09:02 +0000 (20:09 -0700)
static/css/style.css

index 2d731c2f16c85f5717e4846b8da4fd17e6277b2e..50901033647ebfdf62e82679a04bfce0447e5cf3 100644 (file)
@@ -163,6 +163,17 @@ section.wrapper.special h2 {
   padding-bottom: 1.5rem;
 }
 
+section.wrapper.special section.box {
+  padding: 2rem;
+  background: white;
+  border-radius: 0.5rem;
+  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
+}
+
+section.wrapper.special section.box h4 {
+  margin: 0;
+}
+
 .sessblock.roomheader {
   border-bottom: 1px solid rgba(0,0,0,.1);
   padding: 0.5rem 0;