PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.1
Pay with Vipps and MobilePay for WooCommerce v6.2.1
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 5.3.4 All 184 releases
woo-vipps / recurring / assets / css / vipps-recurring-admin.css

vipps-recurring-admin.css in Pay with Vipps and MobilePay for WooCommerce 6.2.1, at recurring/assets/css/vipps-recurring-admin.css

59 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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