@woosmap/ui 4.61.0 → 4.62.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// SF Chat Customization
|
|
2
2
|
body
|
|
3
|
-
.
|
|
3
|
+
.embeddedServiceSidebar
|
|
4
4
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
5
5
|
background-color $logo2
|
|
6
6
|
border-color $logo2
|
|
@@ -61,7 +61,6 @@ body
|
|
|
61
61
|
.waitingMessage
|
|
62
62
|
&.imageIsSet
|
|
63
63
|
order 3
|
|
64
|
-
|
|
65
64
|
[embeddedService-chatHeader_chatHeader-host]
|
|
66
65
|
background linear-gradient(45Deg, $logo2 0, $logo3 100%)
|
|
67
66
|
font-family $fontFamily
|
|
@@ -176,13 +175,14 @@ body
|
|
|
176
175
|
.embeddedServiceSidebarButton.uiButton--inverse:disabled
|
|
177
176
|
br()
|
|
178
177
|
border .1rem solid $borderColor
|
|
178
|
+
background transparent
|
|
179
179
|
.label
|
|
180
180
|
color $textColor
|
|
181
|
-
background
|
|
181
|
+
background transparent
|
|
182
182
|
&:hover
|
|
183
|
-
text-shadow none
|
|
184
183
|
.label
|
|
185
|
-
|
|
184
|
+
color #fff
|
|
185
|
+
|
|
186
186
|
.embeddedServiceSidebarFormField.inputSplitName
|
|
187
187
|
width auto
|
|
188
188
|
display block
|