|
@@ -129,4 +129,17 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-direction: column;
|
|
|
+}
|
|
|
+.color-orange {
|
|
|
+ color: rgba(255, 149, 0, 1);
|
|
|
+}
|
|
|
+.color-blue {
|
|
|
+ color: rgba(51, 102, 255, 1);
|
|
|
+}
|
|
|
+.color-green {
|
|
|
+ color: rgba(52, 199, 89, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.color-grey {
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
}
|