fix: 💄 Fix monero icon

This commit is contained in:
Keith Irwin 2024-04-15 17:16:57 -06:00
parent 6c95d52eab
commit b410956417
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 8 additions and 1 deletions

View File

@ -503,3 +503,10 @@ a[href].direct-link:focus:visited,
a.direct-link:not(:hover) {
text-decoration: underline;
}
.inline {
display: inline;
}
.em-high {
height: 1em;
}

View File

@ -38,7 +38,7 @@ title: Cart
<div id="cart-totals-left">
<p><i>Shipping to United States only</i></p>
<p>Enter your zip code to calculate shipping and sales tax: <input type="number" data-bind="value:zip, valueUpdate:'keyup'" min="00000" max="99999" placeholder="00000" style="width:4.5rem"/></p>
<p>Select payment method to calculate processing fees: </p><label><input type="radio" value="XMR" data-bind="checked:payment_method"/> <img src="/assets/img/monero.svg" style="width:1em;height:1em;display:initial"> XMR Monero</label>
<p>Select payment method to calculate processing fees: </p><label><input type="radio" value="XMR" data-bind="checked:payment_method"/> <img src="/assets/img/monero.svg" class="inline em-high"> XMR Monero</label>
<!--<br><label><input type="radio" value="BTC" data-bind="checked:payment_method"/> 🪙 BTC ₿itcoin (lightning)</label>-->
<br><label><input type="radio" value="USD" data-bind="checked:payment_method" checked/> 💳 USD Debit/credit</label>
<p data-bind="visible:payment_method()==='USD'">Stripe's <a href="https://stripe.com/pricing">processing fee</a> (2.9% + 30¢) and <a href="/policies/">terms</a> apply.</p>