@product7/feedback-sdk 1.1.6 → 1.1.7

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.
@@ -2375,25 +2375,29 @@
2375
2375
  align-items: center;
2376
2376
  justify-content: center;
2377
2377
  box-shadow:
2378
- 0 2px 8px rgba(0, 0, 0, 0.08),
2379
- 0 4px 16px rgba(0, 0, 0, 0.06);
2378
+ 0 2px 4px rgba(0, 0, 0, 0.1),
2379
+ 0 8px 16px rgba(0, 0, 0, 0.15),
2380
+ 0 0 1px rgba(0, 0, 0, 0.1);
2380
2381
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
2381
2382
  padding: 0;
2382
2383
  }
2383
2384
 
2384
2385
  .feedback-trigger-btn:hover {
2385
2386
  box-shadow:
2386
- 0 4px 12px rgba(0, 0, 0, 0.1),
2387
- 0 8px 24px rgba(0, 0, 0, 0.08);
2387
+ 0 4px 8px rgba(0, 0, 0, 0.12),
2388
+ 0 12px 24px rgba(0, 0, 0, 0.2),
2389
+ 0 0 1px rgba(0, 0, 0, 0.1);
2388
2390
  transform: translateY(-2px);
2389
2391
  }
2390
2392
 
2391
2393
  .feedback-trigger-btn:active {
2392
2394
  transform: translateY(0px);
2393
2395
  box-shadow:
2394
- 0 2px 6px rgba(0, 0, 0, 0.08),
2395
- 0 1px 4px rgba(0, 0, 0, 0.06);
2396
+ 0 1px 3px rgba(0, 0, 0, 0.1),
2397
+ 0 4px 12px rgba(0, 0, 0, 0.12),
2398
+ 0 0 1px rgba(0, 0, 0, 0.1);
2396
2399
  }
2400
+
2397
2401
  .feedback-trigger-btn svg {
2398
2402
  flex-shrink: 0;
2399
2403
  width: 22px;