diff --git a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php index ca6030019cfa..e708d8dc9d0d 100644 --- a/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/blockonomics/pay.blade.php @@ -11,17 +11,20 @@ -->
Invoice #{{$invoice_number}}
-
To pay, send exactly this BTC amount
-
- {{$btc_amount}} BTC ≈ {{$amount}} {{$currency}} - ') }}" class="icon" alt="Copy Icon"> -
-
To this bitcoin address
-
- - ') }}" class="icon" alt="Copy Icon"> -
-
+
To pay, send bitcoin to this address:
+ + + ') }}" class="icon" alt="Copy Icon"> + +
Amount of bitcoin (BTC) to send:
+ +
+ {{$btc_amount}} +
+ ') }}" class="icon" alt="Copy Icon"> + +
+ 1 BTC = {{$amount}} {{$currency}}, updates in
@@ -39,25 +42,27 @@ @@ -130,7 +135,6 @@ margin-bottom: 20px; } .blockonomics-payment-wrapper { - padding: 12px; display: flex; justify-content: center; } @@ -138,13 +142,19 @@ justify-content: center; display: flex; flex-direction: column; - align-items: center; + text-align: center; padding: 12px; } + .input-wrapper { + display: flex; + justify-content: center; + align-items: center; + flex-direction: row; + } .full-width-input { width: 100%; - margin: 10px 0; - padding: 10px 40px 10px 10px; + margin: 10px; + padding: 10px; text-align: center; border: 1px solid #ccc; border-radius: 5px; @@ -152,20 +162,13 @@ cursor: pointer; position: relative; } - .input-wrapper { - position: relative; - width: 100%; - } .icon { - position: absolute; - right: 10px; - top: 50%; - transform: translateY(-50%); cursor: pointer; } .icon-refresh::before { - content: '\e903'; + content: '\27F3'; cursor: pointer; + margin-left: 5px; } /* .progress-message { display: none;