@asantemedia-org/edwardsvacuum-design-system 1.6.37 → 1.6.39
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/dist/index.css +31 -0
- package/dist/index.esm.css +31 -0
- package/dist/index.esm.js +22 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +62 -69
- package/dist/index.js.map +1 -1
- package/dist/index.scss +31 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.scss
CHANGED
|
@@ -334,6 +334,23 @@
|
|
|
334
334
|
.card-module__cmp-card--type-product_details__product-info___5L009 {
|
|
335
335
|
position: relative;
|
|
336
336
|
}
|
|
337
|
+
.card-module__cmp-card--type-product_details__header___Vb3-U {
|
|
338
|
+
margin-bottom: 1rem;
|
|
339
|
+
}
|
|
340
|
+
.card-module__cmp-card--type-product_details__header__title___4KSqX {
|
|
341
|
+
font-size: 1.5rem;
|
|
342
|
+
font-weight: 600;
|
|
343
|
+
margin-bottom: 0.5rem;
|
|
344
|
+
}
|
|
345
|
+
.card-module__cmp-card--type-product_details__header__product-code___zf7yq {
|
|
346
|
+
font-size: 0.875rem;
|
|
347
|
+
color: #666;
|
|
348
|
+
margin-bottom: 1rem;
|
|
349
|
+
}
|
|
350
|
+
.card-module__cmp-card--type-product_details__header__product-image___Kyy35 {
|
|
351
|
+
max-width: 100%;
|
|
352
|
+
height: auto;
|
|
353
|
+
}
|
|
337
354
|
.card-module__cmp-card--type-product_details__spares-list___VQ31R {
|
|
338
355
|
position: relative;
|
|
339
356
|
}
|
|
@@ -362,6 +379,20 @@
|
|
|
362
379
|
grid-template-columns: repeat(1, 1fr);
|
|
363
380
|
}
|
|
364
381
|
}
|
|
382
|
+
.card-module__cmp-card--type-product_details___vsNOc ul.card-module__folding-specification-list___tIfSl li {
|
|
383
|
+
margin-bottom: 0.75rem;
|
|
384
|
+
}
|
|
385
|
+
.card-module__cmp-card--type-product_details___vsNOc ul.card-module__folding-specification-list___tIfSl li strong {
|
|
386
|
+
color: #333;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.card-module__folding-specification-holder___OtcQQ {
|
|
390
|
+
margin-bottom: 1rem;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.card-module__folding-spares-holder___OhMpO {
|
|
394
|
+
margin-bottom: 1rem;
|
|
395
|
+
}
|
|
365
396
|
.accordion-section__header {
|
|
366
397
|
cursor: pointer;
|
|
367
398
|
-webkit-user-select: none;
|