@woosmap/ui 3.38.0 → 3.39.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
|
@@ -98,15 +98,16 @@
|
|
|
98
98
|
justify-content center
|
|
99
99
|
&__menu
|
|
100
100
|
width 100%
|
|
101
|
-
max-width
|
|
101
|
+
max-width 70rem
|
|
102
102
|
position relative
|
|
103
|
-
left auto
|
|
104
|
-
right auto
|
|
105
|
-
top auto
|
|
106
|
-
bottom auto
|
|
103
|
+
left auto
|
|
104
|
+
right auto
|
|
105
|
+
top auto
|
|
106
|
+
bottom auto
|
|
107
107
|
transform unset !important
|
|
108
|
-
margin-top 3rem
|
|
108
|
+
margin-top 3rem
|
|
109
109
|
flex-wrap wrap
|
|
110
|
+
justify-content center
|
|
110
111
|
&__section
|
|
111
112
|
flex-shrink 1
|
|
112
113
|
width 20rem
|