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_Cart_Cross_Sells / 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_Cart_Cross_Sells/style.css

37 lines 600 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ka-woo-cart-cross-sells {
2 width: 100%;
3 }
4
5 .ka-woo-cart-cross-sells__heading {
6 margin: 0 0 12px;
7 font-size: 18px;
8 }
9
10 .ka-woo-cart-cross-sells ul.products {
11 display: grid;
12 gap: 16px;
13 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
14 }
15
16 .ka-woo-cart-cross-sells .slick-slide {
17 padding: 0 8px;
18 }
19
20 .ka-woo-cart-cross-sells .slick-list {
21 margin: 0 -8px;
22 }
23
24 .ka-woo-cart-cross-sells ul.products li.product {
25 border: 1px solid #e5e7eb;
26 border-radius: 8px;
27 padding: 12px;
28 box-shadow: 0 4px 12px rgba(17, 24, 39, 0.08);
29 background: #fff;
30 }
31
32
33
34
35
36
37