| @@ -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 | +} | |