@woosmap/ui 4.62.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 +32 -0
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 $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
|
|
3
27
|
.embeddedServiceSidebar
|
|
4
28
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
5
29
|
background-color $logo2
|
|
@@ -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
|