@woosmap/ui 4.63.0 → 4.64.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 +10 -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])
|
|
@@ -259,10 +259,10 @@ body
|
|
|
259
259
|
width 100%
|
|
260
260
|
height 100%
|
|
261
261
|
font-family $fontFamily
|
|
262
|
-
font-size
|
|
262
|
+
font-size 1.4rem
|
|
263
263
|
font-weight $fontWeight
|
|
264
264
|
color $textColor
|
|
265
|
-
line-height
|
|
265
|
+
line-height 1.8rem
|
|
266
266
|
text-align left
|
|
267
267
|
-webkit-font-smoothing antialiased
|
|
268
268
|
-moz-osx-font-smoothing grayscale
|
|
@@ -271,7 +271,7 @@ body
|
|
|
271
271
|
border 0
|
|
272
272
|
.messageArea
|
|
273
273
|
font-family $fontFamily
|
|
274
|
-
font-size
|
|
274
|
+
font-size 1.6rem
|
|
275
275
|
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI
|
|
276
276
|
&.chasitor
|
|
277
277
|
&.plaintextContent
|