PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.2
Pay with Vipps and MobilePay for WooCommerce v6.2.2
6.2.3 6.2.2 6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 All 185 releases
← All changes | payment/css/blocks.css +5 -8 6.0.06.2.2 View file →
@@ -30,21 +30,14 @@
30 30 div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now{
31 31 margin-left: auto;
32 32 margin-right: auto;
33 33 display: inline-block;
34 - padding-top:0;
35 34 background-color: transparent;
35 + padding: 0;
36 36 }
37 -div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now img{
38 - max-width: 9rem;
39 - margin-bottom:0;
40 -}
41 37 div.vipps_buy_now_wrapper.loop {
42 38 text-align:center;
43 39 }
44 -div.vipps_buy_now_wrapper.loop a.single-product.button.vipps-buy-now img{
45 - max-width: 9rem;
46 -}
47 40
48 41 /* Specifically the buy-now block injected with blockHooks in minicart guten template. LP 2026-01-29 */
49 42 .wc-block-mini-cart__items a.vipps-express-checkout.button {
50 43 align-self: center;
@@ -49,4 +42,8 @@
49 42 .wc-block-mini-cart__items a.vipps-express-checkout.button {
50 43 align-self: center;
51 44 }
52 45
46 +/* specifically for buy-now-cart editor preview html. LP 2026-08-04 */
47 +.wc-block-button-vipps .vipps-buy-now.single-product.minicart {
48 + margin-bottom: 0.5rem;
49 +}