PluginProbe ʕ •ᴥ•ʔ
Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More / trunk
Reviews Feed – Add Testimonials and Customer Reviews From Google Reviews, Yelp, TripAdvisor, and More vtrunk
2.11.0 2.10.0 2.9.0 2.8.0 2.7.0 2.6.7 2.6.8 2.6.5 2.6.4 2.6.3 2.6.2 2.6.0 2.5.5 2.5.4 2.5.3 2.5.2 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1 1.1.1 1.1.2 1.2.0 2.0 2.1.0 2.1.1 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1
reviews-feed / assets / css / admin-notifications.css
reviews-feed / assets / css Last commit date
admin-notifications.css 1 month ago review-alert-themes.css 6 days ago sbr-review-alert-themes.css 6 days ago sbr-review-alerts-frontend.css 5 months ago sbr-styles.css 3 weeks ago sbr-styles.min.css 3 weeks ago
admin-notifications.css
665 lines
1 .sbr_notice .sbr_other_notice {
2 padding-top: 10px;
3 font-style: italic;
4 font-size: 12px;
5 }
6
7 .sbr_notice .sbr_other_notice a {
8 padding: 0;
9 }
10
11 .sbr-notice-consent-btns {
12 float: left;
13 }
14
15 .sbr-notice-consent-btns .sbr-btn-link {
16 font-size: 16px;
17 font-weight: 600;
18 line-height: 26px;
19 text-decoration-line: underline;
20 color: #0068A0;
21 background: none;
22 border: none;
23 cursor: pointer;
24 padding: 0;
25 }
26
27 .sbr-notice-consent-btns .sbr-btn-link:not(:last-child) {
28 margin-right: 12px;
29 }
30
31 @media (min-width: 700px) {
32 .sbr-notice-consent-btns {
33 margin-left: 20px;
34 }
35
36 body .review-step-1-btns {
37 margin-left: 20px;
38 }
39
40 .sbr_review_step1_notice .review-step-1-btns {
41 display: inline-block;
42 }
43 }
44 .sbr-notice-alert {
45 display: inline-block;
46 position: absolute;
47 vertical-align: top;
48 box-sizing: border-box;
49 margin: 0 0 0 4px;
50 padding: 0 5px;
51 min-width: 18px;
52 height: 18px;
53 border-radius: 9px;
54 background-color: #d63638;
55 color: #fff;
56 font-size: 11px;
57 line-height: 1.6;
58 text-align: center;
59 z-index: 26;
60 }
61 #sbr-notifications {
62 position: relative;
63 background: #FFFFFF 0 0 no-repeat padding-box;
64 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
65 border-radius: 2px;
66 opacity: 1;
67 min-height: 48px;
68 padding: 20px 120px 20px 82px;
69 margin: -10px 0 20px 0;
70 }
71
72 #sbr-notifications * {
73 box-sizing: border-box;
74 }
75
76 #sbr-notifications .bell,
77 #sbr-notifications .thumb{
78 position: absolute;
79 top: 20px;
80 left: 24px;
81 width: 34px;
82 height: 44px;
83 }
84
85 #sbr-notifications .thumb img {
86 max-width: 100%;
87 width: 52px;
88 height: auto;
89 }
90 #sbr-notifications .bell img{
91 max-height: 100%;
92 }
93 #sbr-notifications .thumb .img-overlay {
94 top: 42px;
95 left: -6px;
96 width: 54px;
97 position: absolute;
98 background: #ca4a1f;
99 color: #fff;
100 padding: 2px 4px;
101 border-radius: 3px;
102 line-height: 1;
103 font-size: 11px;
104 font-weight: bold;
105 text-align: center;
106 }
107
108 #sbr-notifications .messages .message {
109 display: none;
110 }
111
112 #sbr-notifications .messages .message.current {
113 display: block;
114 }
115
116 #sbr-notifications .messages .message .title {
117 font-weight: 600;
118 font-size: 18px;
119 line-height: 25px;
120 margin: 0;
121 color: #141B38;
122 letter-spacing: 0;
123 }
124
125 #sbr-notifications .messages .message .content {
126 font-weight: normal;
127 font-size: 14px;
128 line-height: 22px;
129 margin: 6px 0 32px 0;
130 color: #434960;
131 }
132
133 #sbr-notifications .messages .message .buttons {
134 margin: -15px 105px 3px 0;
135 display: flex;
136 flex-wrap: wrap;
137 }
138 .sbr-btn {
139 transition: all 0.15s ease-in-out;
140 letter-spacing: 0.2px;
141 }
142 /* blue buttons */
143 .sbr-btn-blue {
144 background: #0068A0 !important;
145 color: #fff !important;
146 }
147
148 .sbr-btn-blue:hover {
149 background: #0096CC !important;
150 color: #fff !important;
151 }
152
153 .sbr-btn-blue:focus,
154 .sbr-btn-blue:active {
155 background: #004D77 !important;
156 color: #fff !important;
157 }
158
159 /*orange*/
160 .sbr-btn-orange{
161 background: #FE544F!important;
162 color: #fff!important;
163 }
164 .sbr-btn-orange:hover{
165 background: #EC352F!important;
166 color: #fff!important;
167 }
168 .sbr-btn-orange:focus,
169 .sbr-btn-orange:active{
170 background: #BC120E!important;
171 color: #fff!important;
172 }
173 /*grey*/
174 .sbr-btn-grey{
175 background: #F3F4F5!important;
176 color: #141B38!important;
177 border: 1px solid #D0D1D7!important;
178 }
179 .sbr-btn-grey:hover{
180 background: #fff!important;
181 color: #141B38!important;
182 border: 1px solid #DCDDE1!important;
183 }
184 .sbr-btn-grey:focus,
185 .sbr-btn-grey:active{
186 background: #E8E8EB!important;
187 color: #141B38!important;
188 border: 1px solid #D0D1D7!important;
189 }
190 #sbr-notifications .messages .message .buttons a {
191 font-weight: 600;
192 padding: 6px 12px;
193 border-radius: 2px;
194 box-sizing: border-box;
195 height: 32px;
196 text-decoration: none;
197 font-size: 12px;
198 }
199 #sbr-notifications .messages .message .buttons a.sbr-btn-orange {
200 border: 1px solid #FE544F
201 }
202 #sbr-notifications .messages .message .buttons a:not(:last-child) {
203 margin-right: 8px;
204 }
205 #sbr-notifications .messages .message .buttons a:focus,
206 #sbr-notifications .messages .message .buttons a:active {
207 outline: none;
208 box-shadow: none;
209 }
210 #sbr-notifications .dismiss {
211 position: absolute;
212 top: 14px;
213 right: 14px;
214 width: 16px;
215 height: 16px;
216 color: #72777C;
217 font-size: 16px;
218 cursor: pointer;
219 text-align: center;
220 vertical-align: middle;
221 line-height: 16px;
222 /* Reset native <button> chrome (control was converted from <a> for keyboard a11y). */
223 -webkit-appearance: none;
224 appearance: none;
225 background: none;
226 border: 0;
227 padding: 0;
228 margin: 0;
229 }
230 #sbr-notifications .dismiss svg {
231 width: 15px;
232 height: 15px;
233 }
234 #sbr-notifications .dismiss svg path {
235 fill: #8C8F9A;
236 }
237 #sbr-notifications .navigation {
238 position: absolute;
239 bottom: 24px;
240 right: 21px;
241 width: 72px;
242 height: 30px;
243 }
244
245 #sbr-notifications .navigation a,
246 #sbr-notifications .navigation button {
247 display: block;
248 width: 32px;
249 height: 32px;
250 border: 1px solid #DCDDE1;
251 border-radius: 2px;
252 font-size: 8px;
253 text-align: center;
254 vertical-align: middle;
255 line-height: 30px;
256 cursor: pointer;
257 background: #F3F4F5;
258 color: #141B38;
259 display: flex;
260 align-items: center;
261 justify-content: center;
262 transition: all 0.15s ease-in-out;
263 /* Reset native <button> chrome (controls converted from <a> for keyboard a11y). */
264 -webkit-appearance: none;
265 appearance: none;
266 padding: 0;
267 margin: 0;
268 font-family: inherit;
269 }
270
271 #sbr-notifications .navigation svg {
272 width: 9px;
273 height: 9px;
274 }
275
276 #sbr-notifications .navigation a:not(.disabled):hover,
277 #sbr-notifications .navigation button:not(.disabled):hover {
278 background-color: #fff;
279 }
280 #sbr-notifications .navigation a:not(.disabled):focus,
281 #sbr-notifications .navigation a:not(.disabled):active,
282 #sbr-notifications .navigation button:not(.disabled):focus,
283 #sbr-notifications .navigation button:not(.disabled):active {
284 background: #E8E8EB;
285 color: #141B38;
286 }
287
288 #sbr-notifications .navigation .prev {
289 float: left;
290 }
291
292 #sbr-notifications .navigation .next {
293 float: right;
294 }
295
296 #sbr-notifications .navigation .disabled {
297 background: #E8E8EB;
298 color: #8C8F9A;
299 cursor: default;
300 }
301
302 @media screen and (max-width: 768px) {
303 #sbr-notifications {
304 padding: 15px 15px 15px 72px;
305 }
306 #sbr-notifications .messages .message .title {
307 margin: 0 30px 0 0;
308 }
309 #sbr-notifications .messages .message .content {
310 font-size: 16px;
311 line-height: 24px;
312 }
313 #sbr-notifications .messages .message .buttons {
314 margin: -30px 80px 0 0;
315 }
316 #sbr-notifications .messages .message .buttons a {
317 margin: 0;
318 display: table;
319 }
320 #sbr-notifications .messages .message .buttons .button-secondary {
321 margin-top: 6px;
322 }
323 }
324
325 /* Review notice */
326 .sbr_notice {
327 position: relative;
328 clear: right;
329 overflow: hidden;
330 padding: 20px 70px 23px 82px;
331 box-sizing: border-box;
332 margin: 40px 20px 10px 0px;
333 background: #FFFFFF 0 0 no-repeat padding-box;
334 box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
335 border-radius: 2px;
336 }
337
338 .sbr_review_notice,
339 .sbr_discount_notice,
340 .sbr_review_notice_step_1 {
341 border-top: 2px solid #0068A0;
342 }
343
344 .sbr_notice .sbr_thumb {
345 position: absolute;
346 display: inline-block;
347 -moz-border-radius: 4px;
348 -webkit-border-radius: 4px;
349 border-radius: 4px;
350 left: 0;
351 top: 0;
352 margin: 0;
353 top: 20px;
354 left: 24px;
355 width: 34px;
356 height: 44px;
357 }
358
359 .sbr_notice .sbr_thumb {
360 width: 42px;
361 height: 42px;
362 top: 11px;
363 }
364
365 .sbr_notice.sbr_review_notice .sbr_thumb {
366 top: 16px;
367 }
368
369 .sbr_notice.sbr_review_notice_step_1 {
370 padding: 18px 120px 18px 82px;
371 }
372
373 .sbr_notice.sbr_review_notice_step_1 .sbr-notice-text .sbr-notice-text-p {
374 font-size: 16px;
375 font-weight: 600;
376 margin-bottom: 0;
377 }
378
379 .sbr_notice .sbr_thumb .img-overlay {
380 position: absolute;
381 bottom: 4px;
382 padding: 6px 7px 6px 5px;
383 font-size: 13px;
384 font-weight: bold;
385 background: #fff;
386 background: rgba(255, 255, 255, 0.85);
387 line-height: 1;
388 color: #333;
389 box-shadow: 1px -1px 3px 0 rgba(0, 0, 0, 0.15);
390 }
391
392 .sbr_notice .sbr_thumb img {
393 max-width: 100%;
394 }
395
396 .sbr_notice .sbr-notice-text {
397 float: left;
398 clear: none;
399 width: 100%;
400 padding: 0;
401 }
402
403 .sbr_notice.sbr_review_notice_step_1 .sbr-notice-text {
404 width: auto;
405 }
406
407 .sbr_notice .sbr-notice-text .sbr-notice-text-p {
408 margin-bottom: 15px;
409 }
410
411 .sbr_notice .sbr-notice-text .sbr-notice-text-header {
412 font-size: 16px;
413 margin: 0 0 10px;
414 color: #141B38;
415 }
416
417 @media (min-width: 1170px) {
418 .sbr_notice_op.sbr_discount_notice .sbr-notice-text {
419 display: flex;
420 flex-wrap: wrap;
421 justify-content: space-between;
422 }
423
424 .sbr_notice_op.sbr_discount_notice .sbr-notice-text .sbr-notice-text-inner {
425 width: 60%;
426 max-width: 540px;
427 }
428
429 .sbr_notice_op.sbr_discount_notice .sbr-notice-text .sbr-notice-text-p {
430 margin-bottom: 0;
431 }
432 }
433
434 .sbr_notice .sbr-links {
435 margin-top: 4px !important;
436 }
437
438 .sbr_notice p {
439 float: left;
440 clear: both;
441 width: auto;
442 font-weight: normal;
443 font-size: 14px;
444 line-height: 22px;
445 margin: 0px 0 10px 0;
446 color: #434960;
447 }
448
449 .sbr_notice a:hover,
450 .sbr_notice a:focus {
451 color: #0c7abf;
452 }
453
454 .sbr_notice .sbr-notice-links {
455 margin: 0;
456 }
457
458 .sbr-notice-links {
459 margin-top: 0 !important;
460 }
461
462 .sbr-notice-links .sbr-btn {
463 font-weight: 600;
464 padding: 5px 12px;
465 border-radius: 2px;
466 box-sizing: border-box;
467 height: 32px;
468 text-decoration: none;
469 font-size: 12px;
470 display: inline-block;
471 }
472
473 .sbr-notice-links a:not(:last-child) {
474 margin-right: 5px;
475 }
476
477 .sbr-notice-dismiss {
478 position: absolute;
479 top: 3px;
480 right: 0;
481 cursor: pointer;
482 width: 40px;
483 height: 40px;
484 display: flex;
485 justify-content: center;
486 align-items: center;
487 }
488
489 .sbr-notice-dismiss path {
490 fill: #8a8787;
491 }
492
493 body .sbr_review_step1_notice h3.title {
494 display: inline-block;
495 font-size: 16px !important;
496 font-weight: 600 !important;
497 margin: 0 !important;
498 }
499
500 body .sbr_review_step1_notice .sbr-btn-link {
501 font-size: 16px;
502 font-weight: 600;
503 line-height: 26px;
504 text-decoration-line: underline;
505 color: #0068A0;
506 background: none;
507 border: none;
508 cursor: pointer;
509 padding: 0;
510 }
511
512 body .sbr_review_step1_notice .sbr-btn-link:not(:last-child) {
513 margin-right: 12px;
514 }
515
516 .sbr_notice .sbr_notice_close,
517 .sbr_notice .sbr_bfcm_sale_notice_close,
518 .sbr_notice .sbr_new_user_sale_notice_close {
519 position: absolute;
520 top: 0;
521 right: 0;
522 padding: 10px;
523 line-height: 1;
524 }
525
526 .sbr_notice .sbr_notice_close:hover,
527 .sbr_notice .sbr_notice_close:focus {
528 color: #a34100;
529 }
530
531 /* Notice CTA btn */
532
533 .sbr_notice .sbr_other_notice {
534 padding-top: 10px;
535 font-style: italic;
536 font-size: 12px;
537 }
538
539 .sbr_notice .sbr_other_notice a {
540 padding: 0;
541 }
542
543 .sbr-notice-consent-btns {
544 float: left;
545 }
546
547 .sbr-notice-consent-btns .sbr-btn-link {
548 font-size: 16px;
549 font-weight: 600;
550 line-height: 26px;
551 text-decoration-line: underline;
552 color: #0068A0;
553 background: none;
554 border: none;
555 cursor: pointer;
556 padding: 0;
557 }
558
559 .sbr-notice-consent-btns .sbr-btn-link:not(:last-child) {
560 margin-right: 12px;
561 }
562
563 @media (min-width: 700px) {
564 .sbr-notice-consent-btns {
565 margin-left: 20px;
566 }
567
568 body .review-step-1-btns {
569 margin-left: 20px;
570 }
571
572 .sbr_review_step1_notice .review-step-1-btns {
573 display: inline-block;
574 }
575 }
576
577 .sbr-notice-alert {
578 display: inline-block;
579 position: absolute;
580 vertical-align: top;
581 box-sizing: border-box;
582 margin: 1px 0 0 4px;
583 padding: 0 5px;
584 min-width: 18px;
585 height: 18px;
586 border-radius: 9px;
587 background-color: #d63638;
588 color: #fff;
589 font-size: 11px;
590 line-height: 1.6;
591 text-align: center;
592 z-index: 26;
593 }
594
595
596 /* License Notice Alert */
597 .sbc-popup-blur-background {
598 backdrop-filter: blur(2px);
599 }
600
601 .sb-license-notice {
602 background: #FFFFFF;
603 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
604 padding: 16px 20px 20px 60px;
605 position: relative;
606 }
607
608 .sb-license-notice .sb-notice-icon {
609 position: absolute;
610 left: 20px;
611 top: 18px;
612 }
613
614 .sb-license-notice h4 {
615 color: #D72C2C;
616 font-weight: 600;
617 font-size: 18px;
618 line-height: 140%;
619 margin: 0px !important;
620 }
621
622 .sb-license-notice p {
623 font-weight: 400;
624 font-size: 14px;
625 line-height: 160%;
626 color: #434960;
627 max-width: 630px;
628 margin: 0px;
629 }
630
631 .sb-license-notice b,
632 .sb-license-notice strong {
633 font-weight: 600;
634 }
635
636 .sb-license-notice .sb-notice-buttons {
637 margin-top: 15px;
638 display: flex;
639 gap: 8px;
640 }
641
642 .sb-license-notice .sb-notice-buttons .sb-btn {
643 font-weight: 600;
644 font-size: 12px;
645 line-height: 160%;
646 color: #141B38;
647 }
648 .sb-men-pro {
649 box-sizing: border-box;
650 margin: 0 0 0 4px;
651 padding: 0 5px;
652 min-width: 18px;
653 height: 17px;
654 border-radius: 9px;
655 background-color: green;
656 color: #fff;
657 font-size: 9px;
658 font-weight: 600;
659 text-align: center;
660 display: inline-flex;
661 justify-content: center;
662 align-items: center;
663 vertical-align: middle;
664 line-height: 1;
665 }