hasting-swatchcart-module 1.0.62 → 1.0.63

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.
@@ -924,6 +924,10 @@ template, [hidden] {
924
924
  margin-right: calc(var(--spacing) * 1);
925
925
  }
926
926
 
927
+ #root-container .mr-2 {
928
+ margin-right: calc(var(--spacing) * 2);
929
+ }
930
+
927
931
  #root-container .mb-2 {
928
932
  margin-bottom: calc(var(--spacing) * 2);
929
933
  }
package/dist/cdn/main.css CHANGED
@@ -924,6 +924,10 @@ template, [hidden] {
924
924
  margin-right: calc(var(--spacing) * 1);
925
925
  }
926
926
 
927
+ #root-container .mr-2 {
928
+ margin-right: calc(var(--spacing) * 2);
929
+ }
930
+
927
931
  #root-container .mb-2 {
928
932
  margin-bottom: calc(var(--spacing) * 2);
929
933
  }