@woosmap/ui 4.66.0 → 4.68.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 +10 -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
|
|
@@ -32,6 +34,8 @@ body
|
|
|
32
34
|
max-width 20rem
|
|
33
35
|
background-color $logo2
|
|
34
36
|
border-color $logo2
|
|
37
|
+
.minimizedText
|
|
38
|
+
font-size 14px
|
|
35
39
|
&.minimizedContainer
|
|
36
40
|
&:hover
|
|
37
41
|
background-color $sucess2
|
|
@@ -52,9 +56,9 @@ body
|
|
|
52
56
|
text-decoration none
|
|
53
57
|
box-shadow 0 0 .2rem transparent
|
|
54
58
|
&:focus
|
|
55
|
-
outline
|
|
59
|
+
outline none
|
|
56
60
|
background $logo2
|
|
57
|
-
text-decoration
|
|
61
|
+
text-decoration none
|
|
58
62
|
.helpButtonLabel
|
|
59
63
|
text-decoration none
|
|
60
64
|
&:before
|
|
@@ -149,6 +153,7 @@ body
|
|
|
149
153
|
text-shadow none
|
|
150
154
|
background-color transparent
|
|
151
155
|
font-size 1.4rem
|
|
156
|
+
margin 0
|
|
152
157
|
&.uiButton--inverse
|
|
153
158
|
&.uiButton--inverse:disabled
|
|
154
159
|
br()
|
|
@@ -283,7 +288,7 @@ body
|
|
|
283
288
|
flex-shrink 0
|
|
284
289
|
.isLightningOutContext
|
|
285
290
|
.avatar
|
|
286
|
-
border .1rem solid $
|
|
291
|
+
border .1rem solid $borderColor
|
|
287
292
|
bottom auto
|
|
288
293
|
top .6rem
|
|
289
294
|
[embeddedServiceLiveAgentStateChatAvatar]
|