PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 All 39 releases
king-addons / includes / widgets / Woo_Checkout_Payment / style.css

style.css in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.83, at includes/widgets/Woo_Checkout_Payment/style.css

58 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ka-woo-checkout-payment {
2 width: 100%;
3 background: #fff;
4 border: 1px solid #e5e7eb;
5 border-radius: 12px;
6 padding: 16px;
7 box-shadow: 0 12px 22px rgba(17, 24, 39, 0.08);
8 }
9
10 .ka-wc-payment__icon {
11 width: 20px;
12 height: 20px;
13 object-fit: contain;
14 margin-right: 6px;
15 }
16
17 .ka-woo-checkout-payment .wc_payment_method {
18 border: 1px solid #e5e7eb;
19 border-radius: 10px;
20 padding: 12px;
21 margin-bottom: 10px;
22 background: #fff;
23 display: grid;
24 gap: 8px;
25 }
26
27 .ka-woo-checkout-payment .wc_payment_method.is-active {
28 border-color: #2563eb;
29 box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
30 }
31
32 .ka-woo-checkout-payment .wc_payment_method label {
33 display: flex;
34 align-items: center;
35 gap: 8px;
36 font-weight: 600;
37 }
38
39 .ka-woo-checkout-payment .payment_box {
40 margin-top: 8px;
41 }
42
43 .ka-wc-payment__custom-desc {
44 font-size: 13px;
45 color: #4b5563;
46 font-weight: 400;
47 }
48
49 .ka-woo-checkout-payment.ka-woo-checkout-payment--external-place-order #place_order,
50 .ka-woo-checkout-payment.ka-woo-checkout-payment--external-place-order button[name="woocommerce_checkout_place_order"] {
51 display: none;
52 }
53
54
55
56
57
58