|
@@ -491,3 +491,63 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|
|
letter-spacing: 0.05rem;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
+
|
|
|
+/*--------------------------------------------------------------
|
|
|
+7.0 Blocks - Colors
|
|
|
+--------------------------------------------------------------*/
|
|
|
+
|
|
|
+.has-light-blue-color {
|
|
|
+ color: #83b6cc;
|
|
|
+}
|
|
|
+
|
|
|
+.has-light-blue-background-color {
|
|
|
+ background-color: #83b6cc;
|
|
|
+}
|
|
|
+
|
|
|
+.has-medium-blue-color {
|
|
|
+ color: #3c7993;
|
|
|
+}
|
|
|
+
|
|
|
+.has-medium-blue-background-color {
|
|
|
+ background-color: #3c7993;
|
|
|
+}
|
|
|
+
|
|
|
+.has-dark-blue-color {
|
|
|
+ color: #293940;
|
|
|
+}
|
|
|
+
|
|
|
+.has-dark-blue-background-color {
|
|
|
+ background-color: #293940;
|
|
|
+}
|
|
|
+
|
|
|
+.has-dark-brown-color {
|
|
|
+ color: #2d2a26;
|
|
|
+}
|
|
|
+
|
|
|
+.has-dark-brown-background-color {
|
|
|
+ background-color: #2d2a26;
|
|
|
+}
|
|
|
+
|
|
|
+.has-dark-gray-color {
|
|
|
+ color: #5d5d5d;
|
|
|
+}
|
|
|
+
|
|
|
+.has-dark-gray-background-color {
|
|
|
+ background-color: #5d5d5d;
|
|
|
+}
|
|
|
+
|
|
|
+.has-medium-gray-color {
|
|
|
+ color: #a9a9a9;
|
|
|
+}
|
|
|
+
|
|
|
+.has-medium-gray-background-color {
|
|
|
+ background-color: #a9a9a9;
|
|
|
+}
|
|
|
+
|
|
|
+.has-white-color {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.has-white-background-color {
|
|
|
+ background-color: #fff;
|
|
|
+}
|