@woosmap/ui 4.42.0 → 4.43.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
|
@@ -26,7 +26,15 @@
|
|
|
26
26
|
&--demo
|
|
27
27
|
&
|
|
28
28
|
&.active
|
|
29
|
-
background-color rgba($demo, .
|
|
29
|
+
background-color rgba($demo, .7)
|
|
30
|
+
box-shadow inset 0 0 .1rem .1rem $dark60
|
|
31
|
+
.simplecard
|
|
32
|
+
&__title
|
|
33
|
+
color $light
|
|
34
|
+
textShadow()
|
|
35
|
+
&__subtitle
|
|
36
|
+
textShadow()
|
|
37
|
+
color $light80
|
|
30
38
|
.row-inactive &
|
|
31
39
|
&.disabled
|
|
32
40
|
background #fff url('../../images/texture.png')
|
|
@@ -20,7 +20,7 @@ const Template = () => (
|
|
|
20
20
|
</div>
|
|
21
21
|
<div className="use-case__footer">
|
|
22
22
|
<div className="use-case__product-item ready">
|
|
23
|
-
<Icon icon="big-commerce" />
|
|
23
|
+
<Icon isFill icon="big-commerce" />
|
|
24
24
|
<span className="use-case__product-item__name">{tr('BigCommerce ready')}</span>
|
|
25
25
|
</div>
|
|
26
26
|
<span className="title">Products :</span>
|
|
@@ -36,6 +36,7 @@ const Template = () => (
|
|
|
36
36
|
/>
|
|
37
37
|
</div>
|
|
38
38
|
<div className="use-case__cta">
|
|
39
|
+
<Button className="btn--demo" iconSize={20} icon="play" label={tr('Create a demo project')} />
|
|
39
40
|
<Button label={tr('Create a project')} />
|
|
40
41
|
</div>
|
|
41
42
|
</UseCase>
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
align-items flex-start
|
|
73
73
|
flex-direction column
|
|
74
74
|
&__cta
|
|
75
|
+
mbi()
|
|
75
76
|
margin 2rem 0 0 0
|
|
76
77
|
display flex
|
|
77
78
|
align-items center
|
|
78
|
-
justify-content space-between
|
|
79
79
|
&__product-item
|
|
80
80
|
mbi()
|
|
81
81
|
display flex
|
|
@@ -92,7 +92,6 @@
|
|
|
92
92
|
color $dark30
|
|
93
93
|
font-size $fontSizeSmall - .1
|
|
94
94
|
.ready
|
|
95
|
-
box()
|
|
96
95
|
background-color $light
|
|
97
96
|
padding .4rem 1rem
|
|
98
97
|
margin 0 0 4rem 0
|