@product7/feedback-sdk 1.1.5 → 1.1.6

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