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