style.css (1859B)
1 .challenge-popup-wrapper { 2 height: 500px; } 3 4 .challenge-popup-header { 5 width: 100%; 6 height: 212px; 7 border-top-left-radius: 8px; 8 border-top-right-radius: 8px; } 9 10 .challenge-popup-header-congrats { 11 background-position: center; 12 background-size: cover; } 13 14 .challenge-popup-header-contact { 15 background-position: center; 16 background-size: cover; 17 } 18 19 .challenge-popup-content { 20 padding: 30px 40px; 21 -webkit-font-smoothing: antialiased; } 22 23 .challenge-popup-content h3 { 24 color: #df7739; 25 margin: 0 0 20px; 26 font-size: 24px; 27 font-family: "Helvetica Neue"; 28 font-weight: 500; } 29 30 .challenge-popup-content p { 31 font-size: 16px; 32 margin: 0 0 22px; } 33 34 .challenge-popup-content b { 35 font-weight: 500; } 36 37 .challenge-popup-content .challenge-contact-message { 38 box-shadow: none; 39 resize: none; 40 margin-bottom: 21px; 41 width: 100%; 42 min-height: 175px; } 43 44 .challenge-popup-content label { 45 font-size: 13.8px; 46 display: block; 47 margin-bottom: 23px; } 48 49 .challenge-popup-content input[type="checkbox"] { 50 margin-right: 8px; } 51 52 .challenge-popup-content .rating-stars { 53 color: #fdb72c; 54 font-size: 18px; 55 font-weight: bold; } 56 57 .challenge-popup-close .fa-times { 58 font-size: 20px; 59 color: #777; 60 float: right; 61 margin: 15px; 62 background-color: #fff; 63 border-radius: 50%; 64 cursor: pointer; } 65 66 .challenge-popup-btn { 67 display: inline-block; 68 border-radius: 2px; 69 cursor: pointer; 70 text-decoration: none; 71 text-align: center; 72 vertical-align: middle; 73 white-space: nowrap; 74 box-shadow: none; 75 font-size: 15px; 76 font-weight: 600; 77 padding: 14px 25px; 78 border: 1px solid #bf5e31; 79 background-color: #24B0A6; 80 color: #fff; } 81 .challenge-popup-btn:hover { 82 border: 1px solid #19837C; 83 background-color: #19837C; } 84 .challenge-popup-btn .dashicons-external { 85 margin-left: 6px; } 86 87 /*# sourceMappingURL=style.css.map */