PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.2.2
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.2.2
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! 3.2.2, at assets/css/notices.css

311 lines 6.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* review notice */
2
3 .notice-templately-black_friday {
4 padding: 16px 0;
5 }
6 /*
7 #wpnotice-templately-black_friday.notice-info {
8 border-left-color: #5633D1;
9 }
10
11 #wpnotice-templately-black_friday .wpnotice-thumbnail-wrapper {
12 padding-left: 20px;
13 padding-right: 10px;
14 grid-column-start: 2;
15 }
16
17 #wpnotice-templately-black_friday {
18 grid-template-columns: 15px 180px 1fr !important;
19 }
20
21 #wpnotice-templately-black_friday .wpnotice-content-wrapper {
22 padding: 0;
23 }
24
25 #wpnotice-templately-black_friday .wpnotice-content-wrapper a {
26 text-transform: capitalize;
27 margin-right: 16px;
28 }
29
30 #wpnotice-templately-black_friday .wpnotice-content-wrapper button {
31 text-transform: capitalize;
32 }
33
34 #wpnotice-templately-black_friday .wpnotice-content-wrapper button:hover {
35 background-color: transparent;
36 } */
37
38 #wpnotice-templately-holiday.notice-info,
39 #wpnotice-templately-black_friday.notice-info {
40 padding: 10px 38px 10px 12px;
41 border-left-color: #5626E7;
42 }
43 #wpnotice-templately-holiday .wpnotice-content-wrapper,
44 #wpnotice-templately-black_friday .wpnotice-content-wrapper {
45 flex: 1;
46 display: flex;
47 align-items: center;
48 justify-content: space-between;
49 gap: 20px;
50 }
51 #wpnotice-templately-holiday .wpnotice-content-wrapper {
52 gap: 10px;
53 flex-flow: column;
54 align-items: flex-start;
55 }
56 #wpnotice-templately-holiday .wpnotice-content-wrapper p,
57 #wpnotice-templately-black_friday .wpnotice-content-wrapper p {
58 font-size: 14px;
59 }
60 #wpnotice-templately-holiday .button.button-primary,
61 #wpnotice-templately-black_friday .button.button-primary {
62 display: inline-flex;
63 align-items: center;
64 gap: 8px;
65 padding: 5px 15px;
66 background: #5626E7;
67 border: none;
68 border-radius: 4px;
69 }
70 #wpnotice-templately-holiday .wpnotice-button-wrapper {
71 display: flex;
72 gap: 10px;
73 }
74 #wpnotice-templately-holiday .button.button-link {
75 display: inline-flex;
76 align-items: center;
77 gap: 8px;
78 padding: 5px 15px;
79 border: none;
80 border-radius: 4px;
81 position: initial;
82 }
83 #wpnotice-templately-holiday .button.button-link:before {
84 display: none;
85 }
86
87 .toplevel_page_templately .notice {
88 display: none !important;
89 }
90
91 .wpnotice-thumbnail-wrapper img {
92 display: block;
93 }
94
95 .button.button-primary.btn-nx-cta {
96 background-color: #6A4BFF;
97 }
98
99 .button.button-primary.btn-nx-cta:hover {
100 background-color: #5414d0;
101 }
102
103 .btn-nx-cta:focus {
104 outline: none;
105 box-shadow: none;
106 }
107
108 .wpnotice-content-wrapper > p {
109 margin-top: 0px;
110 }
111
112 .notice-templately-opt_in {
113 display: block !important;
114 }
115
116 .notice-templately-review {
117 padding: 10px;
118 background-color: #fff;
119 border-radius: 3px;
120 margin: 15px;
121 grid-template-columns: 80px 1fr !important;
122 display: grid !important;
123 -webkit-box-align: center;
124 -ms-flex-align: center;
125 align-items: center;
126 grid-template-columns: 60px 1fr !important;
127 }
128
129 .notice-templately-review:after {
130 content: "";
131 display: table;
132 clear: both;
133 }
134
135 .wpdeveloper-notice-thumbnail {
136 width: 90px;
137 float: left;
138 padding: 5px;
139 text-align: center;
140 border-right: 4px solid transparent;
141 }
142
143 .wpdeveloper-notice-thumbnail img {
144 width: 72px;
145 opacity: 0.85;
146 -webkit-transition: all 0.3s;
147 -o-transition: all 0.3s;
148 transition: all 0.3s;
149 }
150
151 .wpdeveloper-notice-thumbnail img:hover {
152 opacity: 1;
153 }
154
155 .wpdeveloper-notice-thumbnail img,
156 .wpdeveloper-update-notice .wpdeveloper-notice-thumbnail img,
157 .wpdeveloper-update_400k-notice .wpdeveloper-notice-thumbnail img {
158 width: 32px;
159 }
160
161 .wpdeveloper-notice-thumbnail,
162 .wpdeveloper-update-notice .wpdeveloper-notice-thumbnail,
163 .wpdeveloper-update_400k-notice .wpdeveloper-notice-thumbnail {
164 width: auto;
165 padding: 7px;
166 }
167
168 .wpdeveloper-update-notice .wpdeveloper-notice-message,
169 .wpdeveloper-update_400k-notice .wpdeveloper-notice-message {
170 padding: 5px 0;
171 }
172
173 .wpdeveloper-update-notice,
174 .wpdeveloper-update_400k-notice {
175 border-color: #6648fe;
176 padding: 0
177 }
178
179 a.ea-notice-cta {
180 background-color: #4d18ff;
181 background: linear-gradient(-30deg, #4d18ff, #9a7cff);
182 margin-top: 30px;
183 color: #fff;
184 padding: 8px 20px;
185 outline: none;
186 text-decoration: none;
187 border-radius: 3px;
188 margin-left: 10px;
189 transition: all 0.3s ease;
190 }
191
192 a.ea-notice-cta:hover {
193 opacity: 0.85;
194 }
195
196 span.coupon-code {
197 background: #ebebeb;
198 padding: 5px 10px;
199 letter-spacing: 0.035em;
200 }
201
202 .eael-review-text {
203 overflow: hidden;
204 }
205
206 .eael-review-text h3 {
207 font-size: 24px;
208 margin: 0 0 5px;
209 font-weight: 400;
210 line-height: 1.3;
211 }
212
213 .eael-review-text p {
214 font-size: 13px;
215 margin: 0 0 5px;
216 }
217
218 .templately-notice-links {
219 margin: 8px 0 0 0;
220 padding: 0;
221 }
222
223 .templately-notice-links li {
224 display: inline-flex;
225 margin-right: 15px;
226 align-items: center;
227 }
228
229 .templately-notice-links li a {
230 display: inline-block;
231 color: #10738b;
232 text-decoration: none;
233 position: relative;
234 }
235
236 .wpdeveloper-notice-message {
237 padding: 10px 0;
238 }
239
240 .wpdeveloper-upsale-notice .wpdeveloper-notice-message {
241 display: -webkit-box;
242 display: -ms-flexbox;
243 display: flex;
244 -webkit-box-align: center;
245 -ms-flex-align: center;
246 align-items: center;
247 padding: 10px 0;
248 }
249
250 .wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss {
251 top: 10px;
252 }
253
254 .wpdeveloper-upsale-notice #plugin-install-core {
255 margin-left: 10px;
256 }
257
258 .notice.notice-has-thumbnail {
259 padding-left: 0;
260 }
261
262 .wpdeveloper-upsale-notice {
263 display: -webkit-box;
264 display: -ms-flexbox;
265 display: flex;
266 }
267
268 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
269 padding: 10px;
270 width: 40px;
271 }
272
273 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
274 width: 32px;
275 }
276
277 .toplevel_page_eael-settings .wp-menu-image img {
278 max-width: 20px;
279 padding-top: 8px !important;
280 }
281
282 .wpdeveloper-upsale-notice .wpdeveloper-notice-message .button {
283 margin-left: 15px;
284 }
285
286 .notice-has-thumbnail.wpdeveloper-freedom30-notice {
287 display: grid;
288 grid-template-columns: 70px 1fr;
289 align-items: center;
290 position: relative;
291 /* background-image: linear-gradient(180deg, #8C94FF 0%, #2564FF 100%);
292 color: #fff;
293 border-left: 0px; */
294 }
295
296 .notice-has-thumbnail.wpdeveloper-freedom30-notice .wpdeveloper-notice-thumbnail {
297 width: 70px;
298 }
299
300 .notice-has-thumbnail.wpdeveloper-freedom30-notice .wpdeveloper-notice-thumbnail img {
301 width: 50px;
302 }
303
304 #wpnotice-templately-upsale {
305 grid-template-columns: 1fr 50px !important;
306 }
307
308 #wpnotice-templately-upsale p {
309 margin: 0;
310 padding: 10px 0px;
311 }