@woosmap/ui 3.77.0 → 3.78.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
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
&-wrapper-link
|
|
16
16
|
width 33rem
|
|
17
17
|
margin 2rem 2rem 4rem 2rem
|
|
18
|
+
.no-link
|
|
19
|
+
cursor default
|
|
20
|
+
.wcard
|
|
21
|
+
cursor default
|
|
22
|
+
transform unset !important
|
|
18
23
|
&-container
|
|
19
24
|
margin 0 auto
|
|
20
25
|
max-width 103rem
|
|
@@ -359,11 +364,6 @@
|
|
|
359
364
|
color $linkColorHover !important
|
|
360
365
|
.icon
|
|
361
366
|
fill $linkColorHover !important
|
|
362
|
-
.no-link
|
|
363
|
-
cursor default
|
|
364
|
-
.wcard
|
|
365
|
-
cursor default
|
|
366
|
-
transform unset !important
|
|
367
367
|
|
|
368
368
|
@media screen and (min-width 1260px)
|
|
369
369
|
.wcard-container
|