@sc-360-v2/storefront-cms-library 0.3.30 → 0.3.32

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.
@@ -390,11 +390,6 @@
390
390
  .bulk-order-pad-filter-wrapper {
391
391
  background-color: var(--_gray-50);
392
392
  border-bottom: 1px solid var(--_gray-200);
393
- align-items: center;
394
- justify-content: center;
395
- gap: 12px;
396
- display: flex;
397
- justify-content: center;
398
393
  padding: 12px;
399
394
 
400
395
  @media (max-width: 500px) {
@@ -423,7 +418,7 @@
423
418
 
424
419
  .dropdown-options {
425
420
  display: flex;
426
- flex-direction: column;
421
+ flex-wrap: wrap;
427
422
  gap: 6px;
428
423
 
429
424
  .dropdown-with-input-section {
@@ -423,15 +423,9 @@ $resizeActive: '[data-cms-element-resizer="true"]';
423
423
 
424
424
  .cart_products_wrapper,
425
425
  .infinite-list-container {
426
- max-height: calc(100vh - 148px);
427
- overflow: auto;
428
- display: flex;
429
- // padding: 0px 60px 0px 96px;
430
- flex-direction: column;
431
- align-items: flex-start;
432
- gap: 24px;
433
- align-self: stretch;
434
- padding: 8px;
426
+ flex: 1 1 auto;
427
+ overflow-y: auto;
428
+ padding: 1rem;
435
429
 
436
430
  .cart_item_wrapper {
437
431
  border-radius: 4px;
@@ -73,6 +73,7 @@
73
73
  display: flex;
74
74
  flex-wrap: wrap;
75
75
  gap: 16px;
76
+ margin-top: 20px;
76
77
  .attribute {
77
78
  width: 100%;
78
79
  .label {
@@ -83,6 +84,8 @@
83
84
  margin-bottom: 0.5rem;
84
85
  letter-spacing: var(--_ctm-dn-ct-as-is-ll-lr-sg);
85
86
  line-height: var(--_ctm-dn-ct-as-is-ll-le-ht);
87
+ margin-bottom: 10px;
88
+ display: block;
86
89
  &.required::after {
87
90
  content: " *";
88
91
  color: var(--_error-500);
@@ -67,18 +67,17 @@ $button-padding: 6px 12px;
67
67
  }
68
68
 
69
69
  .overlay-panel {
70
- position: absolute;
70
+ position: fixed;
71
71
  // top: 100%;
72
72
  // left: -160px;
73
73
  background: $background-color;
74
74
  box-shadow: $shadow;
75
75
  border-radius: $border-radius;
76
76
  padding: $spacing-sm;
77
- z-index: 1000;
77
+ z-index: 20;
78
78
  display: flex;
79
79
  flex-direction: column;
80
80
  width: 260px;
81
- top: 24px;
82
81
  .header-template {
83
82
  display: flex;
84
83
  align-items: center;