|
@@ -21,7 +21,9 @@
|
|
|
background: linear-gradient(90deg, #5AFDFB 0%, #154BFF 100%);
|
|
|
}
|
|
|
.u-button.u-bg-purpose-blue {
|
|
|
- background: linear-gradient(90deg, #8186F3 0%, #0055FF 100%);
|
|
|
+ /* background: linear-gradient(90deg, #8186F3 0%, #0055FF 100%); */
|
|
|
+ background: linear-gradient(90deg, #8186F3 0%, #0055FF 95.34%);
|
|
|
+
|
|
|
}
|
|
|
.u-button.u-bg-cyan-blue {
|
|
|
background: linear-gradient(90deg, #6CEFCA 0%, #4342FF 100%);
|
|
@@ -40,6 +42,9 @@
|
|
|
color: #fff;
|
|
|
background: linear-gradient(90deg, #7B1CFF 0%, #DD00FF 100%);
|
|
|
}
|
|
|
+.u-button.u-bg-pink-purpose {
|
|
|
+ background: linear-gradient(90deg, #D787FB 0%, #742FF9 100%);
|
|
|
+}
|
|
|
|
|
|
|
|
|
|