@woosmap/ui 3.157.0 → 3.159.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
|
@@ -139,9 +139,9 @@ class Aside extends Component {
|
|
|
139
139
|
src={productImgSq[product.id]}
|
|
140
140
|
alt={product.name}
|
|
141
141
|
/>
|
|
142
|
-
<div>
|
|
143
|
-
<div className="
|
|
144
|
-
<div>{children}</div>
|
|
142
|
+
<div className="card__aside__list__item__section">
|
|
143
|
+
<div className="card__aside__list__item__section__title">{product.name}</div>
|
|
144
|
+
<div className="card__aside__list__item__section__item">{children}</div>
|
|
145
145
|
</div>
|
|
146
146
|
</li>
|
|
147
147
|
</ul>
|
|
@@ -123,9 +123,12 @@
|
|
|
123
123
|
&__image
|
|
124
124
|
sq(3)
|
|
125
125
|
br()
|
|
126
|
-
&
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
&__section
|
|
127
|
+
width 100%
|
|
128
|
+
&__title
|
|
129
|
+
font-weight 600
|
|
130
|
+
font-size $fontSize
|
|
131
|
+
margin-bottom .5rem
|
|
129
132
|
&__footer
|
|
130
133
|
color $dark40
|
|
131
134
|
&--small
|