@product7/product7-js 0.1.9 → 0.2.0

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.
@@ -5327,8 +5327,8 @@
5327
5327
 
5328
5328
  .messenger-help-collection-icon {
5329
5329
  flex-shrink: 0;
5330
- width: 2.75rem;
5331
- height: 2.75rem;
5330
+ width: 2.25rem;
5331
+ height: 2.25rem;
5332
5332
  display: flex;
5333
5333
  align-items: center;
5334
5334
  justify-content: center;
@@ -5336,14 +5336,14 @@
5336
5336
  }
5337
5337
 
5338
5338
  .messenger-help-collection-icon svg {
5339
- width: 2rem;
5340
- height: 2rem;
5339
+ width: 1.5rem;
5340
+ height: 1.5rem;
5341
5341
  display: block;
5342
5342
  flex-shrink: 0;
5343
5343
  }
5344
5344
 
5345
5345
  .messenger-help-collection-icon iconify-icon {
5346
- font-size: 2rem;
5346
+ font-size: 1.5rem;
5347
5347
  width: 1em;
5348
5348
  height: 1em;
5349
5349
  display: block;
@@ -5959,7 +5959,7 @@
5959
5959
 
5960
5960
  .feedback-survey-stars {
5961
5961
  display: flex;
5962
- gap: var(--spacing-2);
5962
+ gap: var(--spacing-4);
5963
5963
  justify-content: center;
5964
5964
  }
5965
5965
 
@@ -5967,9 +5967,9 @@
5967
5967
  background: none;
5968
5968
  border: none;
5969
5969
  cursor: pointer;
5970
- font-size: 2rem;
5970
+ font-size: 2.75rem;
5971
5971
  color: var(--color-neutral-300);
5972
- padding: 0 2px;
5972
+ padding: 0;
5973
5973
  line-height: 1;
5974
5974
  transition: color var(--transition-fast), transform var(--transition-fast);
5975
5975
  }