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

31 lines 444 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ka-woo-product-price {
2 display: inline-flex;
3 gap: 8px;
4 align-items: baseline;
5 }
6
7 .ka-woo-product-price__regular {
8 text-decoration: line-through;
9 opacity: 0.7;
10 margin-right: 4px;
11 }
12
13 .ka-woo-product-price__sale {
14 font-weight: 700;
15 }
16
17 .ka-woo-product-price__discount {
18 font-size: 0.85em;
19 padding: 4px 6px;
20 border-radius: 6px;
21 align-self: center;
22 display: inline-flex;
23 line-height: 1.2;
24 }
25
26
27
28
29
30
31