PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.49
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.49
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 51.1.47 51.1.49 All 37 releases
king-addons / includes / widgets / Cookie_Preferences_Button / style.css

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

39 lines 837 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .king-addons-cookie-button {
2 display: flex;
3 justify-content: flex-start;
4 }
5
6 .king-addons-cookie-button__trigger {
7 font-family: inherit;
8 font-size: 15px;
9 line-height: 1.4;
10 padding: 12px 18px;
11 border-radius: 8px;
12 border: 1px solid #cbd5e1;
13 background: #2563eb;
14 color: #ffffff;
15 cursor: pointer;
16 transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
17 }
18
19 .king-addons-cookie-button__trigger:hover {
20 box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
21 transform: translateY(-1px);
22 }
23
24 .king-addons-cookie-button__icon {
25 display: inline-flex;
26 align-items: center;
27 justify-content: center;
28 gap: 6px;
29 margin-right: 8px;
30 }
31
32 .king-addons-cookie-button--pro .king-addons-cookie-button__icon:last-child {
33 margin-right: 0;
34 margin-left: 8px;
35 }
36
37
38
39