@woosmap/ui 4.20.0 → 4.22.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/components/UseCase/UseCase.styl +10 -8
- package/src/images/usecases/address-autocomplete.png +0 -0
- package/src/images/usecases/ecommerce-checkout.png +0 -0
- package/src/images/usecases/fleet-tracking.png +0 -0
- package/src/images/usecases/geocoding.png +0 -0
- package/src/images/usecases/indoor-mapping.png +0 -0
- package/src/images/usecases/product-locator.png +0 -0
- package/src/images/usecases/store-locator.png +0 -0
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
&:hover
|
|
17
17
|
border .1rem solid $success2
|
|
18
18
|
&__image
|
|
19
|
-
width 46rem
|
|
19
|
+
min-width 46rem
|
|
20
20
|
background-size cover
|
|
21
21
|
background-repeat no-repeat
|
|
22
22
|
background-position center
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
background-image url('../../images/usecases/store-locator.png')
|
|
34
34
|
&--productLocator
|
|
35
35
|
.use-case__image
|
|
36
|
-
background-image url('../../images/usecases/
|
|
36
|
+
background-image url('../../images/usecases/product-locator.png')
|
|
37
37
|
&--addressAutocomplete
|
|
38
38
|
.use-case__image
|
|
39
|
-
background-image url('../../images/usecases/
|
|
39
|
+
background-image url('../../images/usecases/address-autocomplete.png')
|
|
40
40
|
&--ecommerceCheckout
|
|
41
41
|
.use-case__image
|
|
42
|
-
background-image url('../../images/usecases/
|
|
42
|
+
background-image url('../../images/usecases/ecommerce-checkout.png')
|
|
43
43
|
&--fleetTracking
|
|
44
44
|
.use-case__image
|
|
45
|
-
background-image url('../../images/usecases/
|
|
45
|
+
background-image url('../../images/usecases/fleet-tracking.png')
|
|
46
46
|
&--geocoding
|
|
47
47
|
.use-case__image
|
|
48
|
-
background-image url('../../images/usecases/
|
|
48
|
+
background-image url('../../images/usecases/geocoding.png')
|
|
49
49
|
&--indoorMapping
|
|
50
50
|
.use-case__image
|
|
51
|
-
background-image url('../../images/usecases/
|
|
51
|
+
background-image url('../../images/usecases/indoor-mapping.png')
|
|
52
52
|
&__header
|
|
53
53
|
text-align center
|
|
54
54
|
font-size $title
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
&__footer
|
|
60
60
|
flex-grow 1
|
|
61
61
|
position relative
|
|
62
|
+
&__cta
|
|
63
|
+
margin 2rem 0 0 0
|
|
62
64
|
&__product-item
|
|
63
65
|
mbi()
|
|
64
66
|
display flex
|
|
@@ -77,4 +79,4 @@
|
|
|
77
79
|
box()
|
|
78
80
|
background-color $light
|
|
79
81
|
padding .4rem 1rem
|
|
80
|
-
margin
|
|
82
|
+
margin 0 0 2rem 0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|