@woosmap/ui 3.66.0 → 3.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
CHANGED
|
@@ -31,12 +31,30 @@
|
|
|
31
31
|
background-color $light// rgba($logo2, .82)
|
|
32
32
|
padding-bottom 2.6rem
|
|
33
33
|
mbib(1.6)
|
|
34
|
+
.demo--localities--uk &
|
|
35
|
+
.demo--localities--fr &
|
|
36
|
+
border 0
|
|
37
|
+
width auto
|
|
38
|
+
flex-grow 1
|
|
34
39
|
&__data
|
|
35
40
|
max-height 45rem
|
|
36
41
|
border-top .1rem solid rgba($secondary, .1)
|
|
42
|
+
.demo--localities--uk &
|
|
43
|
+
.demo--localities--fr &
|
|
44
|
+
max-height unset
|
|
45
|
+
.demo--localities--uk &
|
|
46
|
+
height 54rem
|
|
47
|
+
.demo--localities--fr &
|
|
48
|
+
height 38rem
|
|
37
49
|
&__showcase
|
|
38
50
|
min-height 50rem
|
|
39
51
|
max-height 71rem
|
|
52
|
+
.demo--localities--uk &
|
|
53
|
+
.demo--localities--fr &
|
|
54
|
+
position relative
|
|
55
|
+
z-index 100
|
|
56
|
+
min-height unset
|
|
57
|
+
max-height unset
|
|
40
58
|
&__map
|
|
41
59
|
display flex
|
|
42
60
|
align-items center
|
|
@@ -74,6 +92,9 @@
|
|
|
74
92
|
width 100%
|
|
75
93
|
&__input-container
|
|
76
94
|
mbib(.6)
|
|
95
|
+
&--inline
|
|
96
|
+
.demo--localities--uk &
|
|
97
|
+
mbib(1.6)
|
|
77
98
|
&__label
|
|
78
99
|
inputFont()
|
|
79
100
|
font-size $inputFontSizeDemo
|
|
@@ -215,6 +236,10 @@
|
|
|
215
236
|
padding $demoPadding
|
|
216
237
|
overflow auto
|
|
217
238
|
max-height 40rem
|
|
239
|
+
.demo--localities--uk &
|
|
240
|
+
max-height 49rem
|
|
241
|
+
.demo--localities--fr &
|
|
242
|
+
max-height 33rem
|
|
218
243
|
&--address
|
|
219
244
|
&__formcontainer
|
|
220
245
|
.input
|
|
@@ -222,6 +247,21 @@
|
|
|
222
247
|
margin-bottom .4rem
|
|
223
248
|
&__line
|
|
224
249
|
margin-bottom 1rem
|
|
250
|
+
&--localities--uk
|
|
251
|
+
&--localities--fr
|
|
252
|
+
&__formcontainer
|
|
253
|
+
mbib(1.6)
|
|
254
|
+
position relative
|
|
255
|
+
.input__label
|
|
256
|
+
font-weight 600
|
|
257
|
+
.overlay
|
|
258
|
+
position absolute
|
|
259
|
+
top 0
|
|
260
|
+
left 0
|
|
261
|
+
z-index 10
|
|
262
|
+
width 100%
|
|
263
|
+
height 100%
|
|
264
|
+
background-color $light70
|
|
225
265
|
@media screen and (max-width 769px)
|
|
226
266
|
.demo__showcase
|
|
227
267
|
max-height 100%
|