admin-global.css
1 month ago
admin-global.min.css
1 year ago
admin-upsells.css
1 year ago
admin-upsells.min.css
1 year ago
admin.css
1 month ago
admin.min.css
1 month ago
blocks.min.css
1 year ago
challenge.css
1 year ago
challenge.min.css
1 year ago
challenge.css
87 lines
| 1 | .post-type-wpm-testimonial .wpmtst-challenge-wrap { |
| 2 | position: fixed; |
| 3 | right: 20px; |
| 4 | bottom: 0; |
| 5 | width: 230px; |
| 6 | z-index: 100110; |
| 7 | border-top-left-radius: 4px; |
| 8 | border-top-right-radius: 4px; |
| 9 | box-shadow: 0 0 30px rgb(0 0 0 / 15%); |
| 10 | background-color: white; |
| 11 | padding: 20px 0 0; |
| 12 | } |
| 13 | |
| 14 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-header, |
| 15 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-list { |
| 16 | padding: 0 20px; |
| 17 | } |
| 18 | |
| 19 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-marker { |
| 20 | width: 16px; |
| 21 | height: 16px; |
| 22 | display: inline-block; |
| 23 | border-radius: 50%; |
| 24 | border: 2px solid #b6b6b6; |
| 25 | box-sizing: border-box; |
| 26 | position: relative; |
| 27 | bottom: -3px; |
| 28 | margin-right: 5px; |
| 29 | } |
| 30 | |
| 31 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer-button { |
| 32 | text-align: center; |
| 33 | background-color: #2d2d2d; |
| 34 | text-align: center; |
| 35 | padding: 10px; |
| 36 | min-height: 24.4px; |
| 37 | } |
| 38 | |
| 39 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer { |
| 40 | padding: 10px 20px; |
| 41 | background-color: #222222; |
| 42 | box-sizing: border-box; |
| 43 | display: flex; |
| 44 | justify-content: space-between; |
| 45 | align-items: center; |
| 46 | line-height: 20px; |
| 47 | color: #fff; |
| 48 | } |
| 49 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer h3, |
| 50 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer p { |
| 51 | color: #fff; |
| 52 | margin: 0; |
| 53 | } |
| 54 | |
| 55 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-logo { |
| 56 | width: 100%; |
| 57 | max-width: 60px; |
| 58 | margin-right: 10px; |
| 59 | } |
| 60 | .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-btn.wpmtst-challenge-btn { |
| 61 | text-decoration: none; |
| 62 | color: #fff; |
| 63 | background-color: #2a9d8f; |
| 64 | min-height: initial; |
| 65 | font-size: 11px; |
| 66 | font-weight: 600; |
| 67 | line-height: 15px; |
| 68 | padding: 5px 10px; |
| 69 | border: none; |
| 70 | border-radius: 2px; |
| 71 | display: inline-block; |
| 72 | } |
| 73 | |
| 74 | .post-type-wpm-testimonial .wpmtst-challenge-wrap #wpmtst-challenge-close { |
| 75 | position: absolute; |
| 76 | right: 10px; |
| 77 | top: 10px; |
| 78 | border-radius: 50%; |
| 79 | border: 2px solid #b6b6b6; |
| 80 | box-sizing: border-box; |
| 81 | font-size: 11px; |
| 82 | color: #b6b6b6; |
| 83 | width: unset; |
| 84 | height: unset; |
| 85 | padding: 1px; |
| 86 | cursor: pointer; |
| 87 | } |