@product7/feedback-sdk 1.1.5 → 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.
package/dist/feedback-sdk.js
CHANGED
|
@@ -2375,27 +2375,27 @@
|
|
|
2375
2375
|
align-items: center;
|
|
2376
2376
|
justify-content: center;
|
|
2377
2377
|
box-shadow:
|
|
2378
|
-
|
|
2379
|
-
0
|
|
2380
|
-
0
|
|
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);
|
|
2381
2381
|
transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2382
2382
|
padding: 0;
|
|
2383
2383
|
}
|
|
2384
2384
|
|
|
2385
2385
|
.feedback-trigger-btn:hover {
|
|
2386
2386
|
box-shadow:
|
|
2387
|
-
|
|
2388
|
-
0
|
|
2389
|
-
0
|
|
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);
|
|
2390
2390
|
transform: translateY(-2px);
|
|
2391
2391
|
}
|
|
2392
2392
|
|
|
2393
2393
|
.feedback-trigger-btn:active {
|
|
2394
2394
|
transform: translateY(0px);
|
|
2395
2395
|
box-shadow:
|
|
2396
|
-
|
|
2397
|
-
0
|
|
2398
|
-
0 1px
|
|
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);
|
|
2399
2399
|
}
|
|
2400
2400
|
|
|
2401
2401
|
.feedback-trigger-btn svg {
|