PluginProbe
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets / 4.5.3
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets v4.5.3
4.5.4 4.2.1 4.2.2 4.2.3 4.5.0 4.5.2 4.5.3 4.2.0 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 All 146 releases
ultimate-post-kit / admin / assets / css / upk-admin-biggopti.css

upk-admin-biggopti.css in Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets 4.5.3, at admin/assets/css/upk-admin-biggopti.css

100 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * ultimate-post-kit license biggopti
3 * todo: need to this move another file
4 */
5 .ultimate-post-kit-biggopti {
6 padding: 0 !important;
7 border: 0 !important;
8 box-shadow: none !important;
9 position: relative;
10 margin-top: 8px;
11 margin-bottom: 8px;
12 background-color: #fff;
13 }
14 .ultimate-post-kit-biggopti .bdt-biggopti-dismiss {
15 position: absolute;
16 top: 2px;
17 right: 8px;
18 cursor: pointer;
19 background: transparent;
20 border: none;
21 }
22 .ultimate-post-kit-biggopti .bdt-license-biggopti-global {
23 border-left: 4px solid #60df54 !important;
24 display: flex;
25 align-items: flex-start;
26 gap: 15px;
27 padding: 25px;
28 border-color: #e2e2e5;
29 z-index: 99;
30 /**
31 * Start Ultimate Post Kit
32 */
33 }
34 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-license-biggopti-logo img {
35 width: 45px;
36 height: auto;
37 vertical-align: middle;
38 }
39 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-license-biggopti-content h3 {
40 margin: 0 0 10px;
41 font-size: 20px;
42 }
43 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-license-biggopti-content p {
44 margin: 0;
45 color: #5f6169;
46 max-width: 750px;
47 }
48 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-license-biggopti-button-wrap {
49 margin-top: 14px;
50 display: flex;
51 align-items: center;
52 gap: 10px;
53 }
54 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-button {
55 padding: 12px 16px;
56 border-radius: 3px;
57 line-height: 1;
58 font-size: 12px;
59 font-weight: 500;
60 text-decoration: none;
61 }
62 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-button-allow {
63 color: #fff;
64 }
65 .ultimate-post-kit-biggopti .bdt-license-biggopti-global .bdt-button-skip {
66 border: 0;
67 color: #08c972;
68 }
69 .ultimate-post-kit-biggopti .bdt-license-biggopti-global.ultimate_post_kit .bdt-button-allow {
70 --primaryColor: #60df54;
71 --secondaryColor: #08c972;
72 background: linear-gradient(313deg, var(--primaryColor), var(--secondaryColor) 100%);
73 }
74 .ultimate-post-kit-biggopti .bdt-license-biggopti-global.ultimate_post_kit .bdt-button-allow:hover {
75 --primaryColor: #08c972;
76 --secondaryColor: #60df54;
77 }
78 .ultimate-post-kit-biggopti .bdt-license-biggopti-global.ultimate_post_kit .bdt-button-skip {
79 background-color: rgba(86, 220, 88, 0.15);
80 }
81 .ultimate-post-kit-biggopti .bdt-license-biggopti-global.ultimate_post_kit .bdt-button-skip:hover {
82 background-color: rgba(86, 220, 88, 0.2);
83 }
84
85 #adminmenu #toplevel_page_ultimate_post_kit_options a[href="admin.php?page=ultimate_post_kit_options_get_pro"] {
86 font-weight: 600;
87 color: #60DF54;
88 }
89 #adminmenu #toplevel_page_ultimate_post_kit_options a[href="admin.php?page=ultimate_post_kit_options_get_pro"]:hover {
90 color: #08C972;
91 }
92
93 a.upk-go-pro {
94 color: #08C972;
95 font-weight: bold;
96 }
97
98 a.upk-go-pro:hover, a.upk-go-pro:focus {
99 color: #60DF54;
100 }