@sc-360-v2/storefront-cms-library 0.3.58 → 0.3.60

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.
@@ -5,6 +5,7 @@
5
5
  [data-div-type="element"] {
6
6
  &[data-element-type="languageMenu"],
7
7
  &[data-element-type="currencySelector"],
8
+ &[data-element-type="userGroupsSelector"],
8
9
  &[data-element-type="warehouseSelector"] {
9
10
  margin: var(--_ctm-mob-lt-mn, var(--_ctm-tab-lt-mn, var(--_ctm-lt-mn)));
10
11
 
package/dist/modal.scss CHANGED
@@ -338,8 +338,8 @@ $shadow-md: 0 8px 20px rgba(0, 0, 0, 0.1);
338
338
  flex-direction: column;
339
339
  // max-height: 100vh;
340
340
  // max-width: 1200px;
341
- max-height: calc(100vw - 24px);
342
- max-width: calc(100vw - 24px);
341
+ max-height: calc(100vw - 12px);
342
+ max-width: calc(100vw - 12px);
343
343
 
344
344
  .product-list {
345
345
  flex: 1;
@@ -475,6 +475,7 @@ $shadow-md: 0 8px 20px rgba(0, 0, 0, 0.1);
475
475
 
476
476
  .emp_info {
477
477
  display: flex;
478
+ padding-right: 16px;
478
479
  .emp_info_item {
479
480
  color: var(--_gray-600);
480
481
  font-size: 14px;
@@ -700,6 +701,7 @@ $shadow-md: 0 8px 20px rgba(0, 0, 0, 0.1);
700
701
  .emp_btn {
701
702
  padding: 8px 12px;
702
703
  border-radius: 4px;
704
+ text-decoration: none;
703
705
 
704
706
  &.emp_primary {
705
707
  color: var(--_base-white);