@sc-360-v2/storefront-cms-library 0.3.52 → 0.3.53

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.
@@ -409,7 +409,7 @@
409
409
  gap: 12px;
410
410
  display: flex;
411
411
  justify-content: center;
412
- padding: 12px;
412
+ padding: 0px 12px 12px 12px;
413
413
  min-height: 94px;
414
414
 
415
415
  @media (max-width: 500px) {
@@ -1152,10 +1152,11 @@
1152
1152
  background: #ffd700;
1153
1153
  border-radius: 4px;
1154
1154
  left: 12px;
1155
- padding: 2px 4px;
1155
+ padding: 2px 6px;
1156
1156
  line-height: normal;
1157
1157
  color: var(--_gray-900);
1158
1158
  font-weight: 400;
1159
+ font-size: 12px;
1159
1160
  }
1160
1161
  }
1161
1162