@woosmap/ui 4.63.0 → 4.65.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 +12 -10
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ body
|
|
|
5
5
|
trans()
|
|
6
6
|
background $logo2
|
|
7
7
|
font-family $fontFamily
|
|
8
|
-
font-size
|
|
8
|
+
font-size 1.4rem
|
|
9
9
|
min-width 1rem
|
|
10
10
|
text-decoration none
|
|
11
11
|
box-shadow 0 0 .2rem transparent
|
|
@@ -37,7 +37,7 @@ body
|
|
|
37
37
|
trans()
|
|
38
38
|
background $logo2
|
|
39
39
|
font-family $fontFamily
|
|
40
|
-
font-size
|
|
40
|
+
font-size 1.4rem
|
|
41
41
|
min-width 1rem
|
|
42
42
|
text-decoration none
|
|
43
43
|
box-shadow 0 0 .2rem transparent
|
|
@@ -66,7 +66,7 @@ body
|
|
|
66
66
|
max-width 20rem
|
|
67
67
|
.messageContent
|
|
68
68
|
font-family $fontFamily
|
|
69
|
-
font-size
|
|
69
|
+
font-size 1.4rem
|
|
70
70
|
.minimizedImage
|
|
71
71
|
img
|
|
72
72
|
.uiImage
|
|
@@ -88,7 +88,7 @@ body
|
|
|
88
88
|
[embeddedService-chatHeader_chatHeader-host]
|
|
89
89
|
background linear-gradient(45Deg, $logo2 0, $logo3 100%)
|
|
90
90
|
font-family $fontFamily
|
|
91
|
-
font-size
|
|
91
|
+
font-size 1.4rem
|
|
92
92
|
h2
|
|
93
93
|
font-weight 600
|
|
94
94
|
button[embeddedService-chatHeader_chatHeader]
|
|
@@ -168,16 +168,16 @@ body
|
|
|
168
168
|
.uiInputDefaultError
|
|
169
169
|
.form-element__help
|
|
170
170
|
font-family $fontFamily
|
|
171
|
-
font-size
|
|
171
|
+
font-size 1.4rem
|
|
172
172
|
color $error
|
|
173
173
|
input
|
|
174
174
|
trans()
|
|
175
175
|
width 100%
|
|
176
176
|
font-family $fontFamily
|
|
177
|
-
font-size
|
|
177
|
+
font-size 1.4rem
|
|
178
178
|
font-weight $fontWeight
|
|
179
179
|
color $textColor
|
|
180
|
-
line-height
|
|
180
|
+
line-height 1.8rem
|
|
181
181
|
-webkit-font-smoothing antialiased
|
|
182
182
|
-moz-osx-font-smoothing grayscale
|
|
183
183
|
&:not([type=button]):not([type=checkbox]):not([type=radio])
|
|
@@ -186,6 +186,7 @@ body
|
|
|
186
186
|
height $inputHeight
|
|
187
187
|
padding $inputPadding
|
|
188
188
|
min-width $inputMinWidth
|
|
189
|
+
font-size 1.4rem
|
|
189
190
|
width 100%
|
|
190
191
|
background-color $light
|
|
191
192
|
border .1rem solid $inputBorderColor
|
|
@@ -209,6 +210,7 @@ body
|
|
|
209
210
|
border .1rem solid $borderColor
|
|
210
211
|
background transparent
|
|
211
212
|
.label
|
|
213
|
+
font-size 1.4rem
|
|
212
214
|
color $textColor
|
|
213
215
|
background transparent
|
|
214
216
|
&:hover
|
|
@@ -259,10 +261,10 @@ body
|
|
|
259
261
|
width 100%
|
|
260
262
|
height 100%
|
|
261
263
|
font-family $fontFamily
|
|
262
|
-
font-size
|
|
264
|
+
font-size 1.4rem
|
|
263
265
|
font-weight $fontWeight
|
|
264
266
|
color $textColor
|
|
265
|
-
line-height
|
|
267
|
+
line-height 1.8rem
|
|
266
268
|
text-align left
|
|
267
269
|
-webkit-font-smoothing antialiased
|
|
268
270
|
-moz-osx-font-smoothing grayscale
|
|
@@ -271,7 +273,7 @@ body
|
|
|
271
273
|
border 0
|
|
272
274
|
.messageArea
|
|
273
275
|
font-family $fontFamily
|
|
274
|
-
font-size
|
|
276
|
+
font-size 1.6rem
|
|
275
277
|
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI
|
|
276
278
|
&.chasitor
|
|
277
279
|
&.plaintextContent
|