|
|
@@ -79,6 +79,7 @@ ion-modal.dialog {
|
|
|
}
|
|
|
.gt {
|
|
|
background: linear-gradient(135deg, #d700ff 0%, #3e22ff 100%);
|
|
|
+ background-clip: text;
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
}
|
|
|
@@ -89,6 +90,7 @@ ion-modal.dialog {
|
|
|
padding: 0 4px;
|
|
|
background: fade(#9f8dff, 20);
|
|
|
}
|
|
|
-#tidio-chat-iframe, #s-chat-plugin{
|
|
|
+#tidio-chat-iframe,
|
|
|
+#s-chat-plugin {
|
|
|
bottom: calc(env(safe-area-inset-bottom, 0px) + 50px) !important;
|
|
|
}
|