@woosmap/ui 4.64.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
CHANGED
|
@@ -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
|