|
|
@@ -19,6 +19,11 @@ $content-a-color: $content-a-color;
|
|
|
$content-table-header-bg-color: $content-h1-color;
|
|
|
$content-quote-border-color: $content-h1-color;
|
|
|
|
|
|
+$cols-header-background-color: $cols-header-background-color;
|
|
|
+$cols-header-font-color: $cols-header-font-color;
|
|
|
+$cols-header-font-size: $cols-header-font-size;
|
|
|
+$cols-header-font-weight: $cols-header-font-weight;
|
|
|
+
|
|
|
.content {
|
|
|
flex: 1;
|
|
|
padding: 0 2em;
|
|
|
@@ -139,3 +144,23 @@ $content-quote-border-color: $content-h1-color;
|
|
|
color: #333333;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.leftcol, .rightcol {
|
|
|
+ header {
|
|
|
+ background: $otbox-header-background-color;
|
|
|
+ padding: 0.5em;
|
|
|
+ margin: 1em 0;
|
|
|
+
|
|
|
+ h2, h3 {
|
|
|
+ color: $otbox-header-font-color;
|
|
|
+ font-size: $otbox-header-font-size;
|
|
|
+ font-weight: $otbox-header-font-weight;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ p {
|
|
|
+ font-size: 0.9em;
|
|
|
+ }
|
|
|
+}
|