@woosmap/ui 4.65.0 → 4.67.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 -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,27 @@ 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
|
+
margin 0
|
|
153
|
+
&.uiButton--inverse
|
|
154
|
+
&.uiButton--inverse:disabled
|
|
155
|
+
br()
|
|
156
|
+
border .1rem solid $borderColor
|
|
157
|
+
background transparent
|
|
158
|
+
.label
|
|
159
|
+
color $textColor
|
|
160
|
+
background transparent
|
|
161
|
+
&:hover
|
|
162
|
+
.label
|
|
163
|
+
color #fff
|
|
152
164
|
.embeddedServiceSidebarFormField
|
|
165
|
+
&.inputSplitName
|
|
166
|
+
width auto
|
|
167
|
+
display block
|
|
153
168
|
.uiInput
|
|
154
169
|
margin-bottom 1rem
|
|
155
170
|
.required
|
|
@@ -204,22 +219,7 @@ body
|
|
|
204
219
|
.waitingMessage
|
|
205
220
|
&.imageIsSet
|
|
206
221
|
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
222
|
|
|
220
|
-
.embeddedServiceSidebarFormField.inputSplitName
|
|
221
|
-
width auto
|
|
222
|
-
display block
|
|
223
223
|
.waitingStateContainer
|
|
224
224
|
.waitingGreetingContent
|
|
225
225
|
font-family $fontFamily
|