PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 2.0.3
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v2.0.3
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
templately / assets / css / notices.css

notices.css in Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! 2.0.3, at assets/css/notices.css

192 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* review notice */
2 .toplevel_page_templately .notice {
3 display: none !important;
4 }
5 .wpnotice-thumbnail-wrapper img {
6 display: block;
7 }
8
9 .button.button-primary.btn-nx-cta {
10 background-color: #6A4BFF;
11 }
12 .button.button-primary.btn-nx-cta:hover {
13 background-color: #5414d0;
14 }
15
16 .btn-nx-cta:focus {
17 outline: none;
18 box-shadow: none;
19 }
20
21 .wpnotice-content-wrapper > p {
22 margin-top: 0px;
23 }
24
25 .notice-templately-opt_in {
26 display: block !important;
27 }
28
29 .notice-templately-review {
30 padding: 10px;
31 background-color: #fff;
32 border-radius: 3px;
33 margin: 15px;
34 grid-template-columns: 80px 1fr !important;
35 display: -webkit-box;
36 display: -ms-flexbox;
37 display: flex;
38 -webkit-box-align: center;
39 -ms-flex-align: center;
40 align-items: center;
41 grid-template-columns: 60px 1fr !important;
42 }
43
44 .notice-templately-review:after {
45 content: "";
46 display: table;
47 clear: both;
48 }
49
50 .wpdeveloper-notice-thumbnail {
51 width: 90px;
52 float: left;
53 padding: 5px;
54 text-align: center;
55 border-right: 4px solid transparent;
56 }
57 .wpdeveloper-notice-thumbnail img {
58 width: 72px;
59 opacity: 0.85;
60 -webkit-transition: all 0.3s;
61 -o-transition: all 0.3s;
62 transition: all 0.3s;
63 }
64 .wpdeveloper-notice-thumbnail img:hover {
65 opacity: 1;
66 }
67 .wpdeveloper-notice-thumbnail img,
68 .wpdeveloper-update-notice .wpdeveloper-notice-thumbnail img,
69 .wpdeveloper-update_400k-notice .wpdeveloper-notice-thumbnail img {
70 width: 32px;
71 }
72 .wpdeveloper-notice-thumbnail,
73 .wpdeveloper-update-notice .wpdeveloper-notice-thumbnail,
74 .wpdeveloper-update_400k-notice .wpdeveloper-notice-thumbnail {
75 width: auto;
76 padding: 7px;
77 }
78 .wpdeveloper-update-notice .wpdeveloper-notice-message,
79 .wpdeveloper-update_400k-notice .wpdeveloper-notice-message {
80 padding: 5px 0;
81 }
82 .wpdeveloper-update-notice,
83 .wpdeveloper-update_400k-notice {
84 border-color: #6648fe;
85 padding: 0
86 }
87 a.ea-notice-cta {
88 background-color: #4d18ff;
89 background: linear-gradient(-30deg, #4d18ff, #9a7cff);
90 margin-top: 30px;
91 color: #fff;
92 padding: 8px 20px;
93 outline: none;
94 text-decoration: none;
95 border-radius: 3px;
96 margin-left: 10px;
97 transition: all 0.3s ease;
98 }
99 a.ea-notice-cta:hover {
100 opacity: 0.85;
101 }
102 span.coupon-code {
103 background: #ebebeb;
104 padding: 5px 10px;
105 letter-spacing: 0.035em;
106 }
107 .eael-review-text {
108 overflow: hidden;
109 }
110 .eael-review-text h3 {
111 font-size: 24px;
112 margin: 0 0 5px;
113 font-weight: 400;
114 line-height: 1.3;
115 }
116 .eael-review-text p {
117 font-size: 13px;
118 margin: 0 0 5px;
119 }
120 .templately-notice-links {
121 margin: 8px 0 0 0;
122 padding: 0;
123 }
124 .templately-notice-links li {
125 display: inline-flex;
126 margin-right: 15px;
127 align-items: center;
128 }
129 .templately-notice-links li a {
130 display: inline-block;
131 color: #10738b;
132 text-decoration: none;
133 position: relative;
134 }
135
136 .wpdeveloper-notice-message {
137 padding: 10px 0;
138 }
139 .wpdeveloper-upsale-notice .wpdeveloper-notice-message {
140 display: -webkit-box;
141 display: -ms-flexbox;
142 display: flex;
143 -webkit-box-align: center;
144 -ms-flex-align: center;
145 align-items: center;
146 padding: 10px 0;
147 }
148 .wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss {
149 top: 10px;
150 }
151 .wpdeveloper-upsale-notice #plugin-install-core {
152 margin-left: 10px;
153 }
154 .notice.notice-has-thumbnail {
155 padding-left: 0;
156 }
157 .wpdeveloper-upsale-notice {
158 display: -webkit-box;
159 display: -ms-flexbox;
160 display: flex;
161 }
162 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
163 padding: 10px;
164 width: 40px;
165 }
166 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
167 width: 32px;
168 }
169 .toplevel_page_eael-settings .wp-menu-image img {
170 max-width: 20px;
171 padding-top: 8px !important;
172 }
173 .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
174 margin-left: 15px;
175 }
176
177 .notice-has-thumbnail.wpdeveloper-freedom30-notice {
178 display: grid;
179 grid-template-columns: 70px 1fr;
180 align-items: center;
181 position: relative;
182 /* background-image: linear-gradient(180deg, #8C94FF 0%, #2564FF 100%);
183 color: #fff;
184 border-left: 0px; */
185 }
186 .notice-has-thumbnail.wpdeveloper-freedom30-notice .wpdeveloper-notice-thumbnail {
187 width: 70px;
188 }
189 .notice-has-thumbnail.wpdeveloper-freedom30-notice .wpdeveloper-notice-thumbnail img {
190 width: 50px;
191 }
192