diff --git a/make_post_sell/static/css/common.css b/make_post_sell/static/css/common.css index 3ba45f4..052e493 100644 --- a/make_post_sell/static/css/common.css +++ b/make_post_sell/static/css/common.css @@ -240,15 +240,6 @@ img { height: auto; } -/* Prevent content images from causing horizontal scrollbars */ -.content img, -.product-content img, -.well img { - max-width: 100%; - width: auto; - height: auto; - box-sizing: border-box; -} img.logo { width: initial; @@ -1323,6 +1314,32 @@ div.message-ribbon { color: #ffffff !important; } +/* Add payment method button styling */ +.add-payment-method-button { + background-color: var(--blue-color); + color: white; + text-decoration: none; +} + +.add-payment-method-button:hover { + background-color: #4a90e2; + color: white; +} + +[data-theme="dark"] .add-payment-method-button { + background-color: #2d3748; + background-image: url("/static/img/trans-blue.png"); + color: var(--blue-color); + border: 2px solid var(--blue-color); +} + +[data-theme="dark"] .add-payment-method-button:hover { + background-color: #2d3748; + background-image: url("/static/img/trans-blue2.png"); + color: #ffffff; + border: 2px solid var(--blue-color); +} + .inline-label { display: inline; } @@ -1453,7 +1470,7 @@ div.message-ribbon { opacity: 0.6; } -.crypto-button-icon { +img.crypto-button-icon { width: 32px; height: 32px; margin-right: 8px; diff --git a/make_post_sell/templates/cart_checkout.j2 b/make_post_sell/templates/cart_checkout.j2 index 104d989..b5c35eb 100644 --- a/make_post_sell/templates/cart_checkout.j2 +++ b/make_post_sell/templates/cart_checkout.j2 @@ -22,7 +22,7 @@ {% else %}

Payment

No active credit card payment method configured.

-

Add a credit card payment method.

+

Add a credit card payment method.


{% endif %} {% endif %}