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

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