@fractalpay/fractalpay-next-dev 0.0.59 → 0.0.61

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/index.js CHANGED
@@ -2567,11 +2567,11 @@ position:relative;
2567
2567
  .frac-tooltip-text {
2568
2568
  display: none;
2569
2569
  position: absolute;
2570
- top:0;
2570
+ top:-15px;
2571
2571
  right: 22px;
2572
2572
  background: #161616;
2573
2573
  color: white;
2574
- padding: 0px 15px;
2574
+ padding: 15px;
2575
2575
  border-radius: 10px;
2576
2576
  width: 200px;
2577
2577
  font-size:12px;
@@ -2584,6 +2584,12 @@ position:relative;
2584
2584
  display: block;
2585
2585
  }
2586
2586
 
2587
+ .frac-tooltip-text p,.frac-tooltip-text b {
2588
+ font-size : 12px !important;
2589
+ line-height : 1.5 !important;
2590
+ margin-bottom : 10px !important;
2591
+ }
2592
+
2587
2593
 
2588
2594
  @media (max-width: 768px) {
2589
2595
  .request-payment-close-popup {
package/dist/index.mjs CHANGED
@@ -2567,11 +2567,11 @@ position:relative;
2567
2567
  .frac-tooltip-text {
2568
2568
  display: none;
2569
2569
  position: absolute;
2570
- top:0;
2570
+ top:-15px;
2571
2571
  right: 22px;
2572
2572
  background: #161616;
2573
2573
  color: white;
2574
- padding: 0px 15px;
2574
+ padding: 15px;
2575
2575
  border-radius: 10px;
2576
2576
  width: 200px;
2577
2577
  font-size:12px;
@@ -2584,6 +2584,12 @@ position:relative;
2584
2584
  display: block;
2585
2585
  }
2586
2586
 
2587
+ .frac-tooltip-text p,.frac-tooltip-text b {
2588
+ font-size : 12px !important;
2589
+ line-height : 1.5 !important;
2590
+ margin-bottom : 10px !important;
2591
+ }
2592
+
2587
2593
 
2588
2594
  @media (max-width: 768px) {
2589
2595
  .request-payment-close-popup {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractalpay/fractalpay-next-dev",
3
- "version": "0.0.59",
3
+ "version": "0.0.61",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev -p 4001",