@woosmap/ui 4.65.0 → 4.66.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 +35 -36
package/package.json
CHANGED
|
@@ -26,12 +26,22 @@ body
|
|
|
26
26
|
content unset !important
|
|
27
27
|
.embeddedServiceSidebar
|
|
28
28
|
.embeddedServiceSidebarMinimizedDefaultUI
|
|
29
|
+
trans()
|
|
30
|
+
width auto
|
|
31
|
+
min-width 4rem
|
|
32
|
+
max-width 20rem
|
|
29
33
|
background-color $logo2
|
|
30
34
|
border-color $logo2
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
&.minimizedContainer
|
|
36
|
+
&:hover
|
|
37
|
+
background-color $sucess2
|
|
38
|
+
.messageContent
|
|
39
|
+
font-family $fontFamily
|
|
40
|
+
font-size 1.4rem
|
|
41
|
+
.minimizedImage
|
|
42
|
+
img
|
|
43
|
+
.uiImage
|
|
44
|
+
sq(2)
|
|
35
45
|
.embeddedServiceSidebarMinimizedDefaultUI.helpButton
|
|
36
46
|
.helpButton .uiButton
|
|
37
47
|
trans()
|
|
@@ -56,21 +66,11 @@ body
|
|
|
56
66
|
background $success2
|
|
57
67
|
&:before
|
|
58
68
|
content unset !important
|
|
59
|
-
.embeddedServiceIcon
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
width auto
|
|
65
|
-
min-width 4rem
|
|
66
|
-
max-width 20rem
|
|
67
|
-
.messageContent
|
|
68
|
-
font-family $fontFamily
|
|
69
|
-
font-size 1.4rem
|
|
70
|
-
.minimizedImage
|
|
71
|
-
img
|
|
72
|
-
.uiImage
|
|
73
|
-
sq(2)
|
|
69
|
+
.embeddedServiceIcon
|
|
70
|
+
&.x-small
|
|
71
|
+
svg
|
|
72
|
+
sq(2)
|
|
73
|
+
fill $light
|
|
74
74
|
.embeddedServiceLoadingBalls
|
|
75
75
|
&.tiny
|
|
76
76
|
.loadingBall
|
|
@@ -144,12 +144,26 @@ body
|
|
|
144
144
|
box-shadow none
|
|
145
145
|
.label
|
|
146
146
|
textShadow()
|
|
147
|
-
|
|
148
147
|
.label
|
|
149
|
-
text-shadow none
|
|
150
148
|
trans()
|
|
149
|
+
text-shadow none
|
|
151
150
|
background-color transparent
|
|
151
|
+
font-size 1.4rem
|
|
152
|
+
&.uiButton--inverse
|
|
153
|
+
&.uiButton--inverse:disabled
|
|
154
|
+
br()
|
|
155
|
+
border .1rem solid $borderColor
|
|
156
|
+
background transparent
|
|
157
|
+
.label
|
|
158
|
+
color $textColor
|
|
159
|
+
background transparent
|
|
160
|
+
&:hover
|
|
161
|
+
.label
|
|
162
|
+
color #fff
|
|
152
163
|
.embeddedServiceSidebarFormField
|
|
164
|
+
&.inputSplitName
|
|
165
|
+
width auto
|
|
166
|
+
display block
|
|
153
167
|
.uiInput
|
|
154
168
|
margin-bottom 1rem
|
|
155
169
|
.required
|
|
@@ -204,22 +218,7 @@ body
|
|
|
204
218
|
.waitingMessage
|
|
205
219
|
&.imageIsSet
|
|
206
220
|
font()
|
|
207
|
-
.embeddedServiceSidebarButton.uiButton--inverse
|
|
208
|
-
.embeddedServiceSidebarButton.uiButton--inverse:disabled
|
|
209
|
-
br()
|
|
210
|
-
border .1rem solid $borderColor
|
|
211
|
-
background transparent
|
|
212
|
-
.label
|
|
213
|
-
font-size 1.4rem
|
|
214
|
-
color $textColor
|
|
215
|
-
background transparent
|
|
216
|
-
&:hover
|
|
217
|
-
.label
|
|
218
|
-
color #fff
|
|
219
221
|
|
|
220
|
-
.embeddedServiceSidebarFormField.inputSplitName
|
|
221
|
-
width auto
|
|
222
|
-
display block
|
|
223
222
|
.waitingStateContainer
|
|
224
223
|
.waitingGreetingContent
|
|
225
224
|
font-family $fontFamily
|