| 1 |
|
| 2 |
/* For the products blocks IOK 2020-09-03 */ |
| 3 |
.wc-block-grid__product .single-product.button.vipps-buy-now .inline.vipps-logo.negative { |
| 4 |
display: inline-block; |
| 5 |
margin: 0 .2em; |
| 6 |
height: 2ex; |
| 7 |
max-width: 100%; |
| 8 |
width: auto; |
| 9 |
vertical-align: text-bottom; |
| 10 |
} |
| 11 |
|
| 12 |
.wc-block-grid__product .single-product.button.vipps-buy-now .inline.mobilepay-logo.negative { |
| 13 |
display: inline-block; |
| 14 |
margin: 0 .2em; |
| 15 |
height: 2ex; |
| 16 |
max-width: 100%; |
| 17 |
width: auto; |
| 18 |
vertical-align: text-bottom; |
| 19 |
} |
| 20 |
|
| 21 |
/* This is for the badge block IOK 2022-11-16 */ |
| 22 |
.vipps-badge-wrapper.aligncenter { |
| 23 |
text-align: center; |
| 24 |
} |
| 25 |
|
| 26 |
/* Gutenberg buy-now product block. LP 02.12.2024 */ |
| 27 |
div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps { |
| 28 |
text-align: center; |
| 29 |
} |
| 30 |
div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now{ |
| 31 |
margin-left: auto; |
| 32 |
margin-right: auto; |
| 33 |
display: inline-block; |
| 34 |
background-color: transparent; |
| 35 |
padding: 0; |
| 36 |
} |
| 37 |
div.vipps_buy_now_wrapper.loop { |
| 38 |
text-align:center; |
| 39 |
} |
| 40 |
|
| 41 |
/* Specifically the buy-now block injected with blockHooks in minicart guten template. LP 2026-01-29 */ |
| 42 |
.wc-block-mini-cart__items a.vipps-express-checkout.button { |
| 43 |
align-self: center; |
| 44 |
} |
| 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 |
} |
| 50 |
|