urasoft-live-support 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles.css +0 -16
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -375,13 +375,6 @@
|
|
|
375
375
|
border-radius: var(--radius-xl);
|
|
376
376
|
background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 50%);
|
|
377
377
|
}
|
|
378
|
-
gap: 12px;
|
|
379
|
-
transition: all var(--transition-base);
|
|
380
|
-
box-shadow:
|
|
381
|
-
var(--shadow-lg),
|
|
382
|
-
0 8px 32px -8px rgba(99, 102, 241, 0.4);
|
|
383
|
-
z-index: 1;
|
|
384
|
-
}
|
|
385
378
|
|
|
386
379
|
.chat-start-conversation-button .button-icon {
|
|
387
380
|
font-size: 24px;
|
|
@@ -813,15 +806,6 @@
|
|
|
813
806
|
cursor: not-allowed;
|
|
814
807
|
transform: none;
|
|
815
808
|
}
|
|
816
|
-
border: none;
|
|
817
|
-
font-size: clamp(1.125rem, 1.25rem * var(--chat-scale-factor), 1.5rem);
|
|
818
|
-
cursor: pointer;
|
|
819
|
-
display: flex;
|
|
820
|
-
align-items: center;
|
|
821
|
-
justify-content: center;
|
|
822
|
-
transition: all var(--transition-fast);
|
|
823
|
-
flex-shrink: 0;
|
|
824
|
-
}
|
|
825
809
|
|
|
826
810
|
.chat-attach-button:hover,
|
|
827
811
|
.chat-emoji-button:hover {
|
package/package.json
CHANGED