| 1 |
#woocommerce-product-data ul.wc-tabs li.wc_vipps_recurring_options a:before { |
| 2 |
font-family: initial; |
| 3 |
content: ""; |
| 4 |
background-repeat: no-repeat; |
| 5 |
background-size: 100%; |
| 6 |
height: 13px; |
| 7 |
width: 13px; |
| 8 |
display: inline-block; |
| 9 |
vertical-align: middle; |
| 10 |
} |
| 11 |
|
| 12 |
.notice-vipps-recurring { |
| 13 |
min-height: 56px; |
| 14 |
} |
| 15 |
|
| 16 |
.notice-vipps-recurring.vipps { |
| 17 |
border-left-color: #fe5b24; |
| 18 |
} |
| 19 |
|
| 20 |
.notice-vipps-recurring.mobilepay { |
| 21 |
border-left-color: #5A78FF; |
| 22 |
} |
| 23 |
|
| 24 |
.notice-vipps-recurring__inner { |
| 25 |
display: flex; |
| 26 |
align-items: center; |
| 27 |
} |
| 28 |
|
| 29 |
.notice-vipps-recurring__inner img { |
| 30 |
padding: 10px 0; |
| 31 |
height: 40px; |
| 32 |
} |
| 33 |
|
| 34 |
.notice-vipps-recurring--login-promotion { |
| 35 |
background: #fe5b24 !important; |
| 36 |
border-color: #fe5b24; |
| 37 |
color: #fff; |
| 38 |
} |
| 39 |
|
| 40 |
.notice-vipps-recurring--login-promotion .notice-dismiss:before { |
| 41 |
color: #fff; |
| 42 |
} |
| 43 |
|
| 44 |
.notice-vipps-recurring--login-promotion a { |
| 45 |
color: #fff; |
| 46 |
} |
| 47 |
|
| 48 |
.capture-payment-button.vipps, .capture-payment-button.vipps:hover { |
| 49 |
background-color: #ff5b24; |
| 50 |
border-color: #ff5b24; |
| 51 |
color: #ffffff; |
| 52 |
} |
| 53 |
|
| 54 |
.capture-payment-button.mobilepay, .capture-payment-button.mobilepay:hover { |
| 55 |
background-color: #5A78FF; |
| 56 |
border-color: #5A78FF; |
| 57 |
color: #ffffff; |
| 58 |
} |
| 59 |
|