@woosmap/ui 4.64.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 +36 -35
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
|
|
@@ -186,6 +200,7 @@ body
|
|
|
186
200
|
height $inputHeight
|
|
187
201
|
padding $inputPadding
|
|
188
202
|
min-width $inputMinWidth
|
|
203
|
+
font-size 1.4rem
|
|
189
204
|
width 100%
|
|
190
205
|
background-color $light
|
|
191
206
|
border .1rem solid $inputBorderColor
|
|
@@ -203,21 +218,7 @@ body
|
|
|
203
218
|
.waitingMessage
|
|
204
219
|
&.imageIsSet
|
|
205
220
|
font()
|
|
206
|
-
.embeddedServiceSidebarButton.uiButton--inverse
|
|
207
|
-
.embeddedServiceSidebarButton.uiButton--inverse:disabled
|
|
208
|
-
br()
|
|
209
|
-
border .1rem solid $borderColor
|
|
210
|
-
background transparent
|
|
211
|
-
.label
|
|
212
|
-
color $textColor
|
|
213
|
-
background transparent
|
|
214
|
-
&:hover
|
|
215
|
-
.label
|
|
216
|
-
color #fff
|
|
217
221
|
|
|
218
|
-
.embeddedServiceSidebarFormField.inputSplitName
|
|
219
|
-
width auto
|
|
220
|
-
display block
|
|
221
222
|
.waitingStateContainer
|
|
222
223
|
.waitingGreetingContent
|
|
223
224
|
font-family $fontFamily
|