|
@@ -320,6 +320,37 @@ small,
|
|
|
font-size: 1.1rem;
|
|
|
}
|
|
|
|
|
|
+/*************************************************
|
|
|
+ * Featurette Widget
|
|
|
+ **************************************************/
|
|
|
+
|
|
|
+.featurette {
|
|
|
+ font-size: 0.8rem;
|
|
|
+ line-height: 1.5;
|
|
|
+ color: #555;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.featurette h3 {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+
|
|
|
+.dark .featurette,
|
|
|
+.dark .featurette h3 {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.featurette-icon {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ color: {{ .Get "primary" }};
|
|
|
+ font-size: 3rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
/*************************************************
|
|
|
* Biography
|
|
|
**************************************************/
|