@woosmap/ui 4.67.0 → 4.69.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 +23 -5
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
// SF Chat Customization
|
|
2
2
|
body
|
|
3
3
|
.embeddedServiceHelpButton
|
|
4
|
+
.embeddedServiceIcon
|
|
5
|
+
display block !important
|
|
4
6
|
.helpButton .uiButton
|
|
5
7
|
trans()
|
|
6
8
|
background $logo2
|
|
@@ -10,9 +12,9 @@ body
|
|
|
10
12
|
text-decoration none
|
|
11
13
|
box-shadow 0 0 .2rem transparent
|
|
12
14
|
&:focus
|
|
13
|
-
outline
|
|
15
|
+
outline none
|
|
14
16
|
background $logo2
|
|
15
|
-
text-decoration
|
|
17
|
+
text-decoration none
|
|
16
18
|
.helpButtonLabel
|
|
17
19
|
text-decoration none
|
|
18
20
|
&:before
|
|
@@ -25,6 +27,20 @@ body
|
|
|
25
27
|
&:before
|
|
26
28
|
content unset !important
|
|
27
29
|
.embeddedServiceSidebar
|
|
30
|
+
.embeddedServiceLiveAgentStateOfflineSupportDefaultUI
|
|
31
|
+
.fieldList
|
|
32
|
+
.embeddedServiceSidebarFormField
|
|
33
|
+
&:first-child
|
|
34
|
+
&:before
|
|
35
|
+
content "No Agent currently available, please leave us a message / Aucun agent disponible pour le moment, merci de nous laisser un message"
|
|
36
|
+
position relative
|
|
37
|
+
top 0
|
|
38
|
+
left 0
|
|
39
|
+
display block
|
|
40
|
+
margin-bottom 2rem
|
|
41
|
+
font-size 1.4rem
|
|
42
|
+
font-family $fontFamily
|
|
43
|
+
text-align left
|
|
28
44
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
29
45
|
trans()
|
|
30
46
|
width auto
|
|
@@ -32,6 +48,8 @@ body
|
|
|
32
48
|
max-width 20rem
|
|
33
49
|
background-color $logo2
|
|
34
50
|
border-color $logo2
|
|
51
|
+
.minimizedText
|
|
52
|
+
font-size 14px
|
|
35
53
|
&.minimizedContainer
|
|
36
54
|
&:hover
|
|
37
55
|
background-color $sucess2
|
|
@@ -52,9 +70,9 @@ body
|
|
|
52
70
|
text-decoration none
|
|
53
71
|
box-shadow 0 0 .2rem transparent
|
|
54
72
|
&:focus
|
|
55
|
-
outline
|
|
73
|
+
outline none
|
|
56
74
|
background $logo2
|
|
57
|
-
text-decoration
|
|
75
|
+
text-decoration none
|
|
58
76
|
.helpButtonLabel
|
|
59
77
|
text-decoration none
|
|
60
78
|
&:before
|
|
@@ -284,7 +302,7 @@ body
|
|
|
284
302
|
flex-shrink 0
|
|
285
303
|
.isLightningOutContext
|
|
286
304
|
.avatar
|
|
287
|
-
border .1rem solid $
|
|
305
|
+
border .1rem solid $borderColor
|
|
288
306
|
bottom auto
|
|
289
307
|
top .6rem
|
|
290
308
|
[embeddedServiceLiveAgentStateChatAvatar]
|