rohit-chat-widget 1.0.28 → 1.0.29
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/lib/styles.css +4 -14
- package/package.json +1 -1
package/lib/styles.css
CHANGED
|
@@ -904,14 +904,9 @@
|
|
|
904
904
|
.errorMessage {
|
|
905
905
|
display: flex;
|
|
906
906
|
align-items: center;
|
|
907
|
-
gap: 6px;
|
|
908
|
-
padding: 6px 10px;
|
|
909
|
-
background: #dc2626;
|
|
910
|
-
color: white;
|
|
911
|
-
border-radius: 4px;
|
|
912
|
-
margin-bottom: 6px;
|
|
913
|
-
animation: slideIn 0.2s ease-out;
|
|
907
|
+
gap: 6px; /* optional spacing */
|
|
914
908
|
cursor: pointer;
|
|
909
|
+
color: red;
|
|
915
910
|
}
|
|
916
911
|
|
|
917
912
|
@keyframes slideIn {
|
|
@@ -2919,14 +2914,9 @@
|
|
|
2919
2914
|
.MessageInput-module_errorMessage__QG2YL {
|
|
2920
2915
|
display: flex;
|
|
2921
2916
|
align-items: center;
|
|
2922
|
-
gap: 6px;
|
|
2923
|
-
padding: 6px 10px;
|
|
2924
|
-
background: #dc2626;
|
|
2925
|
-
color: white;
|
|
2926
|
-
border-radius: 4px;
|
|
2927
|
-
margin-bottom: 6px;
|
|
2928
|
-
animation: MessageInput-module_slideIn__oyhKC 0.2s ease-out;
|
|
2917
|
+
gap: 6px; /* optional spacing */
|
|
2929
2918
|
cursor: pointer;
|
|
2919
|
+
color: red;
|
|
2930
2920
|
}
|
|
2931
2921
|
|
|
2932
2922
|
@keyframes MessageInput-module_slideIn__oyhKC {
|