|
@@ -55,3 +55,71 @@ embed {
|
|
|
.hc_tree_card_border {
|
|
|
border-right: 1px dotted #EEEEEE;
|
|
|
}
|
|
|
+.bg-purple1 {
|
|
|
+ background-color: rgb(184, 122, 253);
|
|
|
+}
|
|
|
+.bg-purple1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(98,113,252,1) 0.63%,rgba(115,115,252,1) 19%,rgba(152,119,253,1) 35.04%,rgba(163,121,253,1) 51.28%,rgba(178,122,253,1) 73.03%,rgba(184,122,253,1) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-blue1 {
|
|
|
+ background-color: rgba(109,131,251,1);
|
|
|
+}
|
|
|
+.bg-blue1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(62,162,246,1) 0.63%,rgba(74,154,247,1) 20.93%,rgba(71,155,247,1) 37.36%,rgba(87,145,249,1) 53.8%,rgba(101,136,250,1) 73.03%,rgba(109,131,251,1) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-blue2 {
|
|
|
+ background-color: rgba(109,131,251,1);
|
|
|
+}
|
|
|
+.bg-blue2-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(62,162,246,1) 0.63%,rgba(74,154,247,1) 20.93%,rgba(71,155,247,1) 37.36%,rgba(87,145,249,1) 53.8%,rgba(101,136,250,1) 73.03%,rgba(109,131,251,1) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-red1 {
|
|
|
+ background-color: rgba(239,148,100,1);
|
|
|
+}
|
|
|
+.bg-red1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(234,100,110,1) 0.63%,rgba(235,111,110,1) 19%,rgba(236,121,108,1) 35.04%,rgba(237,134,104,1) 51.28%,rgba(238,141,101,1) 73.13%,rgba(239,148,100,1) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-green1 {
|
|
|
+ background-color: rgba(111,210,165,1);
|
|
|
+}
|
|
|
+.bg-green1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(74,199,214,1) 0.63%,rgba(84,202,203,1) 19%,rgba(92,205,189,1) 35.04%,rgba(101,207,180,1) 51.28%,rgba(103,208,178,1) 73.03%,rgba(111,210,165,1) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.bg-green2 {
|
|
|
+ background-color:#9AF20E;
|
|
|
+}
|
|
|
+.bg-green2-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgb(12, 218, 29) 0.63%,rgb(37, 216, 102) 19%,rgb(73, 236, 136) 35.04%,rgb(102, 240, 93) 51.28%,rgb(22, 225, 49) 73.03%,rgb(33, 226, 75) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.bg-pink1 {
|
|
|
+ background-color: rgba(239,148,100,1);
|
|
|
+}
|
|
|
+.bg-pink1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(234,100,110,1) 0.63%,rgba(235,111,110,1) 19%,rgba(236,121,108,1) 35.04%,rgba(237,134,104,1) 51.28%,rgba(238,141,101,1) 73.13%,rgba(239,148,100,1) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.bg-yellow1 {
|
|
|
+ background-color: rgba(223,226,100,1);
|
|
|
+}
|
|
|
+.bg-yellow1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgba(223,226,100) 0.63%,rgb(223,226,100) 19%,rgb(223,226,100,1) 35.04%,rgb(2223,226,100,1) 51.28%,rgb(223,226,100) 73.13%,rgb(223,226,100) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.bg-orange1 {
|
|
|
+ background-color: rgba(242,162,8,1);
|
|
|
+}
|
|
|
+.bg-orange1-gradient {
|
|
|
+ background: linear-gradient(90.99deg, rgb(242,162,8) 0.63%,rgb(242,162,8) 19%,rgb(234, 162, 68) 35.04%,rgb(242,162,8) 51.28%,rgb(242,162,8) 73.13%,rgb(242,162,8) 97.29%);
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|