@woosmap/ui 4.62.0 → 4.64.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 +41 -9
package/package.json
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
// SF Chat Customization
|
|
2
2
|
body
|
|
3
|
+
.embeddedServiceHelpButton
|
|
4
|
+
.helpButton .uiButton
|
|
5
|
+
trans()
|
|
6
|
+
background $logo2
|
|
7
|
+
font-family $fontFamily
|
|
8
|
+
font-size 1.4rem
|
|
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
|
|
3
27
|
.embeddedServiceSidebar
|
|
4
28
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
5
29
|
background-color $logo2
|
|
@@ -13,7 +37,7 @@ body
|
|
|
13
37
|
trans()
|
|
14
38
|
background $logo2
|
|
15
39
|
font-family $fontFamily
|
|
16
|
-
font-size
|
|
40
|
+
font-size 1.4rem
|
|
17
41
|
min-width 1rem
|
|
18
42
|
text-decoration none
|
|
19
43
|
box-shadow 0 0 .2rem transparent
|
|
@@ -42,7 +66,7 @@ body
|
|
|
42
66
|
max-width 20rem
|
|
43
67
|
.messageContent
|
|
44
68
|
font-family $fontFamily
|
|
45
|
-
font-size
|
|
69
|
+
font-size 1.4rem
|
|
46
70
|
.minimizedImage
|
|
47
71
|
img
|
|
48
72
|
.uiImage
|
|
@@ -64,7 +88,7 @@ body
|
|
|
64
88
|
[embeddedService-chatHeader_chatHeader-host]
|
|
65
89
|
background linear-gradient(45Deg, $logo2 0, $logo3 100%)
|
|
66
90
|
font-family $fontFamily
|
|
67
|
-
font-size
|
|
91
|
+
font-size 1.4rem
|
|
68
92
|
h2
|
|
69
93
|
font-weight 600
|
|
70
94
|
button[embeddedService-chatHeader_chatHeader]
|
|
@@ -112,6 +136,14 @@ body
|
|
|
112
136
|
.label
|
|
113
137
|
background-color transparent
|
|
114
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()
|
|
115
147
|
|
|
116
148
|
.label
|
|
117
149
|
text-shadow none
|
|
@@ -136,16 +168,16 @@ body
|
|
|
136
168
|
.uiInputDefaultError
|
|
137
169
|
.form-element__help
|
|
138
170
|
font-family $fontFamily
|
|
139
|
-
font-size
|
|
171
|
+
font-size 1.4rem
|
|
140
172
|
color $error
|
|
141
173
|
input
|
|
142
174
|
trans()
|
|
143
175
|
width 100%
|
|
144
176
|
font-family $fontFamily
|
|
145
|
-
font-size
|
|
177
|
+
font-size 1.4rem
|
|
146
178
|
font-weight $fontWeight
|
|
147
179
|
color $textColor
|
|
148
|
-
line-height
|
|
180
|
+
line-height 1.8rem
|
|
149
181
|
-webkit-font-smoothing antialiased
|
|
150
182
|
-moz-osx-font-smoothing grayscale
|
|
151
183
|
&:not([type=button]):not([type=checkbox]):not([type=radio])
|
|
@@ -227,10 +259,10 @@ body
|
|
|
227
259
|
width 100%
|
|
228
260
|
height 100%
|
|
229
261
|
font-family $fontFamily
|
|
230
|
-
font-size
|
|
262
|
+
font-size 1.4rem
|
|
231
263
|
font-weight $fontWeight
|
|
232
264
|
color $textColor
|
|
233
|
-
line-height
|
|
265
|
+
line-height 1.8rem
|
|
234
266
|
text-align left
|
|
235
267
|
-webkit-font-smoothing antialiased
|
|
236
268
|
-moz-osx-font-smoothing grayscale
|
|
@@ -239,7 +271,7 @@ body
|
|
|
239
271
|
border 0
|
|
240
272
|
.messageArea
|
|
241
273
|
font-family $fontFamily
|
|
242
|
-
font-size
|
|
274
|
+
font-size 1.6rem
|
|
243
275
|
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI
|
|
244
276
|
&.chasitor
|
|
245
277
|
&.plaintextContent
|