@woosmap/ui 4.61.0 → 4.63.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 +1 -1
- package/src/styles/commons/sf.styl +36 -4
package/package.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
// SF Chat Customization
|
|
2
2
|
body
|
|
3
3
|
.embeddedServiceHelpButton
|
|
4
|
+
.helpButton .uiButton
|
|
5
|
+
trans()
|
|
6
|
+
background $logo2
|
|
7
|
+
font-family $fontFamily
|
|
8
|
+
font-size $fontSize
|
|
9
|
+
min-width 1rem
|
|
10
|
+
text-decoration none
|
|
11
|
+
box-shadow 0 0 .2rem transparent
|
|
12
|
+
&:focus
|
|
13
|
+
outline: none
|
|
14
|
+
background $logo2
|
|
15
|
+
text-decoration: none;
|
|
16
|
+
.helpButtonLabel
|
|
17
|
+
text-decoration none
|
|
18
|
+
&:before
|
|
19
|
+
all unset
|
|
20
|
+
&:before
|
|
21
|
+
all unset
|
|
22
|
+
&:hover
|
|
23
|
+
textShadow()
|
|
24
|
+
background $success2
|
|
25
|
+
&:before
|
|
26
|
+
content unset !important
|
|
27
|
+
.embeddedServiceSidebar
|
|
4
28
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
5
29
|
background-color $logo2
|
|
6
30
|
border-color $logo2
|
|
@@ -61,7 +85,6 @@ body
|
|
|
61
85
|
.waitingMessage
|
|
62
86
|
&.imageIsSet
|
|
63
87
|
order 3
|
|
64
|
-
|
|
65
88
|
[embeddedService-chatHeader_chatHeader-host]
|
|
66
89
|
background linear-gradient(45Deg, $logo2 0, $logo3 100%)
|
|
67
90
|
font-family $fontFamily
|
|
@@ -113,6 +136,14 @@ body
|
|
|
113
136
|
.label
|
|
114
137
|
background-color transparent
|
|
115
138
|
text-decoration none
|
|
139
|
+
color #fff
|
|
140
|
+
text-shadow none
|
|
141
|
+
&:hover
|
|
142
|
+
background-color $success2
|
|
143
|
+
text-decoration none
|
|
144
|
+
box-shadow none
|
|
145
|
+
.label
|
|
146
|
+
textShadow()
|
|
116
147
|
|
|
117
148
|
.label
|
|
118
149
|
text-shadow none
|
|
@@ -176,13 +207,14 @@ body
|
|
|
176
207
|
.embeddedServiceSidebarButton.uiButton--inverse:disabled
|
|
177
208
|
br()
|
|
178
209
|
border .1rem solid $borderColor
|
|
210
|
+
background transparent
|
|
179
211
|
.label
|
|
180
212
|
color $textColor
|
|
181
|
-
background
|
|
213
|
+
background transparent
|
|
182
214
|
&:hover
|
|
183
|
-
text-shadow none
|
|
184
215
|
.label
|
|
185
|
-
|
|
216
|
+
color #fff
|
|
217
|
+
|
|
186
218
|
.embeddedServiceSidebarFormField.inputSplitName
|
|
187
219
|
width auto
|
|
188
220
|
display block
|