@woosmap/ui 4.26.0 → 4.28.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.26.0",
3
+ "version": "4.28.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -13,7 +13,7 @@ export default Story;
13
13
 
14
14
  const Template = () => (
15
15
  <div className="mbib flex-column">
16
- <UseCase isSelectable useCaseStory="products">
16
+ <UseCase isSelectable useCaseStory="ecommerceCheckout">
17
17
  <div className="use-case__header">Store Locator</div>
18
18
  <div className="use-case__body">
19
19
  Help your visitors searching for your stores and increase your store footfall
@@ -19,7 +19,8 @@
19
19
  border .1rem solid $success2
20
20
  &__image
21
21
  min-height 40rem
22
- min-width 60rem
22
+ max-width 60rem
23
+ width 100%
23
24
  background-size cover
24
25
  background-repeat no-repeat
25
26
  background-position center
@@ -90,3 +91,11 @@
90
91
  background-color $light
91
92
  padding .4rem 1rem
92
93
  margin 0 0 4rem 0
94
+
95
+ @media screen and (max-width 768px)
96
+ .use-case
97
+ flex-direction column
98
+ &__image
99
+ max-width unset
100
+ &__content
101
+ border 0