@woosmap/ui 4.68.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 +14 -0
package/package.json
CHANGED
|
@@ -27,6 +27,20 @@ body
|
|
|
27
27
|
&:before
|
|
28
28
|
content unset !important
|
|
29
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
|
|
30
44
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
31
45
|
trans()
|
|
32
46
|
width auto
|