| 1 |
@charset "UTF-8"; |
| 2 |
/* Admin SDK */ |
| 3 |
.jltma-admin { |
| 4 |
/* Review */ |
| 5 |
} |
| 6 |
.jltma-admin #wpbody-content .notice-jltma { |
| 7 |
padding: 15px; |
| 8 |
position: relative; |
| 9 |
} |
| 10 |
.jltma-admin #wpbody-content .notice-plugin-review { |
| 11 |
padding: 15px; |
| 12 |
position: relative; |
| 13 |
} |
| 14 |
.jltma-admin #wpbody-content .notice-plugin-review .button:not(.jltma-notice-dismiss) { |
| 15 |
margin-right: 5px; |
| 16 |
} |
| 17 |
.jltma-admin #wpbody-content .notice-plugin-review .jltma-notice-dismiss { |
| 18 |
box-shadow: none; |
| 19 |
} |
| 20 |
.jltma-admin { |
| 21 |
/* Popup */ |
| 22 |
} |
| 23 |
.jltma-admin #wpbody-content .jltma-notice-plugin-popup { |
| 24 |
max-width: 850px; |
| 25 |
min-height: 300px; |
| 26 |
left: 50%; |
| 27 |
top: 50%; |
| 28 |
width: 100%; |
| 29 |
height: auto; |
| 30 |
border-radius: 5px !important; |
| 31 |
transform: translate(-50%, -50%); |
| 32 |
border: 0; |
| 33 |
position: fixed; |
| 34 |
z-index: 99999; |
| 35 |
-webkit-box-shadow: 0px 0px 54px 0px rgba(20, 20, 42, 0.3) !important; |
| 36 |
box-shadow: 0px 0px 54px 0px rgba(20, 20, 42, 0.3) !important; |
| 37 |
} |
| 38 |
.jltma-admin #wpbody-content .jltma-notice-plugin-popup .jltma-notice-dismiss { |
| 39 |
box-shadow: none; |
| 40 |
float: right; |
| 41 |
cursor: pointer; |
| 42 |
} |
| 43 |
.jltma-admin .upgrade-pro-popup { |
| 44 |
gap: 15px; |
| 45 |
background: #fff; |
| 46 |
padding: 40px !important; |
| 47 |
} |
| 48 |
.jltma-admin .upgrade-pro-popup .upst-body { |
| 49 |
display: flex; |
| 50 |
} |
| 51 |
.jltma-admin .upgrade-pro-popup .col:nth-child(1) { |
| 52 |
padding-right: 20px; |
| 53 |
padding-top: 120px; |
| 54 |
} |
| 55 |
.jltma-admin .upgrade-pro-popup .col:nth-child(1) img { |
| 56 |
max-width: 100%; |
| 57 |
/* -webkit-box-shadow: 0px 0px 54px 0px rgb(20 20 42 / 10%) !important; |
| 58 |
box-shadow: 0px 0px 54px 0px rgb(20 20 42 / 10%) !important; */ |
| 59 |
} |
| 60 |
.jltma-admin .upgrade-pro-popup .col { |
| 61 |
flex-basis: 50%; |
| 62 |
} |
| 63 |
.jltma-admin .upgrade-pro-popup .col:nth-child(2) { |
| 64 |
padding-left: 20px; |
| 65 |
} |
| 66 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body { |
| 67 |
color: rgba(78, 75, 102, 0.72); |
| 68 |
} |
| 69 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body h4 { |
| 70 |
display: flex; |
| 71 |
color: #FB0066; |
| 72 |
margin-bottom: 10px; |
| 73 |
letter-spacing: 1px; |
| 74 |
gap: 10px; |
| 75 |
font-size: 22px; |
| 76 |
line-height: 32px; |
| 77 |
} |
| 78 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body h3 { |
| 79 |
color: #14142B; |
| 80 |
letter-spacing: 1px; |
| 81 |
font-size: 28px; |
| 82 |
} |
| 83 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body h3 span { |
| 84 |
color: #0347ff; |
| 85 |
} |
| 86 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body p { |
| 87 |
font-weight: normal !important; |
| 88 |
line-height: 22px !important; |
| 89 |
font-size: 16px !important; |
| 90 |
} |
| 91 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body ul li { |
| 92 |
margin: 10px 0; |
| 93 |
line-height: 22px; |
| 94 |
padding-left: 30px; |
| 95 |
} |
| 96 |
.jltma-admin .upgrade-pro-popup ul li:before { |
| 97 |
position: absolute; |
| 98 |
content: "\f15e"; |
| 99 |
font-family: dashicons; |
| 100 |
font-size: 19px; |
| 101 |
left: 0; |
| 102 |
top: 0; |
| 103 |
z-index: 1; |
| 104 |
} |
| 105 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body ul li:before { |
| 106 |
color: #fff; |
| 107 |
top: 2px; |
| 108 |
left: 1px; |
| 109 |
font-size: 17px; |
| 110 |
} |
| 111 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body ul li:after { |
| 112 |
position: absolute; |
| 113 |
content: ""; |
| 114 |
background: #00BA88; |
| 115 |
border-radius: 50px; |
| 116 |
width: 18px; |
| 117 |
height: 18px; |
| 118 |
top: 3px !important; |
| 119 |
left: 1px; |
| 120 |
} |
| 121 |
.jltma-admin .upgrade-pro-popup ul li { |
| 122 |
position: relative; |
| 123 |
list-style: none; |
| 124 |
padding-left: 25px; |
| 125 |
} |
| 126 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body ul li span { |
| 127 |
color: #14142B !important; |
| 128 |
} |
| 129 |
.jltma-admin .upgrade-pro-popup .upst-body .content-body .upgrade-btn { |
| 130 |
background: #0347ff; |
| 131 |
color: #fff; |
| 132 |
font-size: 18px; |
| 133 |
border: 0 !important; |
| 134 |
border-radius: 7px; |
| 135 |
padding: 5px 25px; |
| 136 |
} |
| 137 |
.jltma-admin .upgrade-pro-popup .upst-footer ul { |
| 138 |
display: flex; |
| 139 |
padding-top: 60px; |
| 140 |
width: 70%; |
| 141 |
margin: 0 auto; |
| 142 |
justify-content: space-between; |
| 143 |
} |
| 144 |
.jltma-admin .upgrade-pro-popup ul li { |
| 145 |
position: relative; |
| 146 |
list-style: none; |
| 147 |
padding-left: 25px; |
| 148 |
} |
| 149 |
.jltma-admin .upgrade-pro-popup .upst-footer ul li a { |
| 150 |
color: rgba(78, 75, 102, 0.72) !important; |
| 151 |
} |
| 152 |
.jltma-admin .upgrade-pro-popup .upst-footer ul li a:hover { |
| 153 |
color: #0347FF !important; |
| 154 |
} |
| 155 |
.jltma-admin .upgrade-pro-popup .upst-footer ul li:before { |
| 156 |
font-size: 22px; |
| 157 |
color: #00BA88; |
| 158 |
} |
| 159 |
.jltma-admin .jltma-notice-plugin-popup .jltma-notice-dismiss { |
| 160 |
border: 0 !important; |
| 161 |
outline: none !important; |
| 162 |
background: transparent !important; |
| 163 |
} |
| 164 |
.jltma-admin .jltma-notice-plugin-popup .jltma-notice-dismiss:before { |
| 165 |
content: "×" !important; |
| 166 |
font-size: 30px !important; |
| 167 |
height: 22px !important; |
| 168 |
width: 22px !important; |
| 169 |
color: rgba(78, 75, 102, 0.72) !important; |
| 170 |
} |
| 171 |
.jltma-admin body.jltma-popup-overlay { |
| 172 |
position: relative; |
| 173 |
height: auto; |
| 174 |
} |
| 175 |
.jltma-admin body.jltma-popup-overlay:before { |
| 176 |
position: absolute; |
| 177 |
content: ""; |
| 178 |
width: 100%; |
| 179 |
height: 100%; |
| 180 |
background: rgba(0, 0, 0, 0.6); |
| 181 |
z-index: 9999; |
| 182 |
} |
| 183 |
.jltma-admin { |
| 184 |
/* Subscribe form */ |
| 185 |
} |
| 186 |
.jltma-admin #wpbody-content .jltma-notice-subscribe { |
| 187 |
padding: 15px; |
| 188 |
display: flex; |
| 189 |
align-items: center; |
| 190 |
} |
| 191 |
.jltma-admin .jltma-notice-subscribe img { |
| 192 |
width: 50px; |
| 193 |
max-width: 50px; |
| 194 |
height: 50px; |
| 195 |
margin-right: 15px; |
| 196 |
} |
| 197 |
.jltma-admin .jltma-notice-subscribe h4 { |
| 198 |
margin-top: 0; |
| 199 |
} |
| 200 |
.jltma-admin .jltma-notice-subscribe-input { |
| 201 |
margin-right: 15px; |
| 202 |
} |
| 203 |
.jltma-admin { |
| 204 |
/*---- badge ---*/ |
| 205 |
} |
| 206 |
.jltma-admin .jltma-badge:after { |
| 207 |
color: #fff; |
| 208 |
position: absolute; |
| 209 |
font-size: 11px; |
| 210 |
padding: 1px 7px; |
| 211 |
right: -40px; |
| 212 |
top: 50%; |
| 213 |
transform: translateY(-50%); |
| 214 |
border-radius: 3px; |
| 215 |
display: none; |
| 216 |
} |
| 217 |
.jltma-admin .jltma-badge-pro:after { |
| 218 |
content: "Pro"; |
| 219 |
background: darkorange; |
| 220 |
} |
| 221 |
.jltma-admin .jltma-badge-ultimate:after { |
| 222 |
content: "Ultimate"; |
| 223 |
background: blueviolet; |
| 224 |
right: -60px; |
| 225 |
} |
| 226 |
.jltma-admin { |
| 227 |
/* Disable Field */ |
| 228 |
} |
| 229 |
.jltma-admin .image-choose-opt.disabled .disabled-text { |
| 230 |
position: absolute; |
| 231 |
width: 90px; |
| 232 |
height: 90px; |
| 233 |
left: 5px; |
| 234 |
top: 0; |
| 235 |
display: flex; |
| 236 |
align-items: center; |
| 237 |
justify-content: center; |
| 238 |
background: rgba(85, 85, 85, 0.7); |
| 239 |
color: #fff; |
| 240 |
} |
| 241 |
.jltma-admin .form-table tr.disabled { |
| 242 |
position: relative; |
| 243 |
} |
| 244 |
.jltma-admin .form-table tr.disabled > * { |
| 245 |
opacity: 0.6; |
| 246 |
} |
| 247 |
.jltma-admin .form-table tr.disabled > * input, |
| 248 |
.jltma-admin .form-table tr.disabled > * select, |
| 249 |
.jltma-admin .form-table tr.disabled > * textarea, |
| 250 |
.jltma-admin .form-table tr.disabled > * button { |
| 251 |
pointer-events: none; |
| 252 |
} |
| 253 |
.jltma-admin .form-table tr.disabled:hover .jltma-badge:after { |
| 254 |
display: inline; |
| 255 |
} |
| 256 |
.jltma-admin { |
| 257 |
/* Start of Overlay Upgrade Popup */ |
| 258 |
} |
| 259 |
.jltma-admin :root { |
| 260 |
--jltma-popup-color: #FF631A; |
| 261 |
} |
| 262 |
.jltma-admin .jltma-popup * { |
| 263 |
all: initial; |
| 264 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; |
| 265 |
} |
| 266 |
.jltma-admin .jltma-popup { |
| 267 |
position: fixed; |
| 268 |
width: 100%; |
| 269 |
height: 100%; |
| 270 |
padding: 0; |
| 271 |
margin: 0; |
| 272 |
border: 0; |
| 273 |
top: 0; |
| 274 |
left: 0; |
| 275 |
display: flex; |
| 276 |
align-items: center; |
| 277 |
justify-content: center; |
| 278 |
z-index: 99999999 !important; |
| 279 |
} |
| 280 |
.jltma-admin .jltma-popup.jltma-upgrade-popup .jltma-popup-modal-close.popup-dismiss { |
| 281 |
position: absolute; |
| 282 |
top: 5px; |
| 283 |
right: 10px; |
| 284 |
font-size: 36px; |
| 285 |
cursor: pointer; |
| 286 |
color: #fff; |
| 287 |
transition: 0.3s; |
| 288 |
display: flex; |
| 289 |
justify-content: center; |
| 290 |
align-items: center; |
| 291 |
width: 40px; |
| 292 |
height: 40px; |
| 293 |
padding: 0; |
| 294 |
margin: 0; |
| 295 |
opacity: 0.5; |
| 296 |
transition: all 0.3s ease-in-out; |
| 297 |
} |
| 298 |
.jltma-admin .jltma-popup.jltma-upgrade-popup .jltma-popup-modal-close.popup-dismiss:hover { |
| 299 |
opacity: 1; |
| 300 |
} |
| 301 |
.jltma-admin .jltma-popup.jltma-upgrade-popup .jltma-popup-overlay { |
| 302 |
position: absolute; |
| 303 |
top: 0; |
| 304 |
left: 0; |
| 305 |
width: 100%; |
| 306 |
height: 100%; |
| 307 |
background: rgba(0, 0, 0, 0.5); |
| 308 |
} |
| 309 |
.jltma-admin .jltma-popup-overlay { |
| 310 |
position: absolute; |
| 311 |
top: 0; |
| 312 |
left: 0; |
| 313 |
width: 100%; |
| 314 |
height: 100%; |
| 315 |
background: rgba(0, 0, 0, 0.2); |
| 316 |
} |
| 317 |
.jltma-admin .jltma-popup-modal { |
| 318 |
width: 600px; |
| 319 |
max-width: 600px !important; |
| 320 |
height: 600px; |
| 321 |
max-height: 600px !important; |
| 322 |
color: white; |
| 323 |
background: #222; |
| 324 |
background-position: center; |
| 325 |
background-size: cover; |
| 326 |
background-repeat: no-repeat; |
| 327 |
padding: 0; |
| 328 |
margin: 0; |
| 329 |
transform: scale(0.9); |
| 330 |
display: flex; |
| 331 |
align-items: flex-end; |
| 332 |
justify-content: center; |
| 333 |
border-radius: 3px; |
| 334 |
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); |
| 335 |
} |
| 336 |
.jltma-admin .jltma-popup-modal-close { |
| 337 |
position: absolute; |
| 338 |
top: 5px; |
| 339 |
right: 10px; |
| 340 |
font-size: 50px; |
| 341 |
cursor: pointer; |
| 342 |
color: var(--jltma-popup-color); |
| 343 |
transition: 0.3s; |
| 344 |
display: flex; |
| 345 |
justify-content: center; |
| 346 |
align-items: center; |
| 347 |
width: 40px; |
| 348 |
height: 40px; |
| 349 |
padding: 0; |
| 350 |
margin: 0; |
| 351 |
opacity: 0.5; |
| 352 |
} |
| 353 |
.jltma-admin .jltma-popup-modal-close:hover { |
| 354 |
opacity: 1; |
| 355 |
} |
| 356 |
.jltma-admin .jltma-popup-modal-footer { |
| 357 |
width: 100%; |
| 358 |
height: 225px; |
| 359 |
max-height: 225px !important; |
| 360 |
display: flex; |
| 361 |
flex-direction: column; |
| 362 |
align-items: center; |
| 363 |
justify-content: flex-end; |
| 364 |
padding: 15px 0; |
| 365 |
} |
| 366 |
.jltma-admin .jltma-popup-countdown { |
| 367 |
display: flex; |
| 368 |
flex-direction: column; |
| 369 |
align-items: center; |
| 370 |
justify-content: space-evenly; |
| 371 |
gap: 10px; |
| 372 |
} |
| 373 |
.jltma-admin .jltma-popup-countdown-text { |
| 374 |
font-size: 14px; |
| 375 |
font-weight: 600; |
| 376 |
color: #ffffff; |
| 377 |
position: relative; |
| 378 |
line-height: 1.2; |
| 379 |
} |
| 380 |
.jltma-admin .jltma-popup-countdown-time { |
| 381 |
display: flex; |
| 382 |
align-items: center; |
| 383 |
justify-content: space-evenly; |
| 384 |
gap: 10px; |
| 385 |
} |
| 386 |
.jltma-admin .jltma-popup-countdown-time > div { |
| 387 |
display: flex; |
| 388 |
flex-direction: column; |
| 389 |
align-items: center; |
| 390 |
justify-content: space-evenly; |
| 391 |
gap: 5px; |
| 392 |
} |
| 393 |
.jltma-admin .jltma-popup-countdown-time > div > span { |
| 394 |
font-size: 20px; |
| 395 |
font-weight: 600; |
| 396 |
color: #1e1e1e; |
| 397 |
} |
| 398 |
.jltma-admin .jltma-popup-countdown-time > div > span:nth-child(1) { |
| 399 |
border: 2px solid rgba(30, 30, 30, 0.4); |
| 400 |
height: 40px; |
| 401 |
width: 45px; |
| 402 |
font-size: 22px; |
| 403 |
display: flex; |
| 404 |
align-items: center; |
| 405 |
justify-content: center; |
| 406 |
border-radius: 5px; |
| 407 |
background: rgba(255, 255, 255, 0.9); |
| 408 |
} |
| 409 |
.jltma-admin .jltma-popup-countdown-time > div > span:nth-child(2) { |
| 410 |
font-size: 12px; |
| 411 |
font-weight: 500; |
| 412 |
color: #ffffff; |
| 413 |
} |
| 414 |
.jltma-admin .jltma-popup-countdown-time > span { |
| 415 |
font-size: 50px; |
| 416 |
color: #ffffff; |
| 417 |
margin-top: -25px; |
| 418 |
} |
| 419 |
.jltma-admin .e-theme-dark .jltma-popup-countdown-text, |
| 420 |
.jltma-admin .color-scheme-dark .jltma-popup-countdown-text { |
| 421 |
color: #ffffff; |
| 422 |
} |
| 423 |
.jltma-admin .e-theme-dark .jltma-popup-countdown-time > div > span, |
| 424 |
.jltma-admin .color-scheme-dark .jltma-popup-countdown-time > div > span { |
| 425 |
color: #ffffff; |
| 426 |
} |
| 427 |
.jltma-admin .e-theme-dark .jltma-popup-countdown-time > div > span:nth-child(1), |
| 428 |
.jltma-admin .color-scheme-dark .jltma-popup-countdown-time > div > span:nth-child(1) { |
| 429 |
border-color: rgba(255, 255, 255, 0.6); |
| 430 |
background: rgba(0, 0, 0, 0.3); |
| 431 |
} |
| 432 |
.jltma-admin .e-theme-dark .jltma-popup-countdown-time > div > span:nth-child(2), |
| 433 |
.jltma-admin .color-scheme-dark .jltma-popup-countdown-time > div > span:nth-child(2) { |
| 434 |
color: rgba(255, 255, 255, 0.8); |
| 435 |
} |
| 436 |
.jltma-admin .e-theme-dark .jltma-popup-countdown-time > span, |
| 437 |
.jltma-admin .color-scheme-dark .jltma-popup-countdown-time > span { |
| 438 |
color: #ffffff; |
| 439 |
} |
| 440 |
@media (prefers-color-scheme: dark) { |
| 441 |
.jltma-admin .jltma-popup-countdown-text { |
| 442 |
color: #ffffff; |
| 443 |
} |
| 444 |
.jltma-admin .jltma-popup-countdown-time > div > span { |
| 445 |
color: #ffffff; |
| 446 |
} |
| 447 |
.jltma-admin .jltma-popup-countdown-time > div > span:nth-child(1) { |
| 448 |
border-color: rgba(255, 255, 255, 0.6); |
| 449 |
background: rgba(0, 0, 0, 0.3); |
| 450 |
} |
| 451 |
.jltma-admin .jltma-popup-countdown-time > div > span:nth-child(2) { |
| 452 |
color: rgba(255, 255, 255, 0.8); |
| 453 |
} |
| 454 |
.jltma-admin .jltma-popup-countdown-time > span { |
| 455 |
color: #ffffff; |
| 456 |
} |
| 457 |
} |
| 458 |
.jltma-admin .jltma-popup-button { |
| 459 |
height: 50px; |
| 460 |
background: var(--jltma-popup-color); |
| 461 |
color: #222; |
| 462 |
font-size: 18px; |
| 463 |
font-weight: 600; |
| 464 |
letter-spacing: 0.5px; |
| 465 |
display: inline-flex; |
| 466 |
align-items: center; |
| 467 |
justify-content: center; |
| 468 |
border: 0; |
| 469 |
border-radius: 5px; |
| 470 |
cursor: pointer; |
| 471 |
transition: 0.3s; |
| 472 |
color: white; |
| 473 |
padding: 0 30px; |
| 474 |
margin: 20px 0; |
| 475 |
transition: 0.2s; |
| 476 |
position: relative; |
| 477 |
text-decoration: none; |
| 478 |
} |
| 479 |
.jltma-admin .jltma-popup-button:after { |
| 480 |
content: ""; |
| 481 |
position: absolute; |
| 482 |
top: 0; |
| 483 |
left: 0; |
| 484 |
width: 0%; |
| 485 |
height: 100%; |
| 486 |
background: rgba(255, 255, 255, 0.2); |
| 487 |
transition: 0.3s; |
| 488 |
} |
| 489 |
.jltma-admin .jltma-popup-button:hover { |
| 490 |
color: white; |
| 491 |
} |
| 492 |
.jltma-admin .jltma-popup-button:hover:after { |
| 493 |
width: 100%; |
| 494 |
} |
| 495 |
.jltma-admin .jltma-wwc > p { |
| 496 |
margin-top: 0; |
| 497 |
padding-top: 0; |
| 498 |
margin-bottom: 20px; |
| 499 |
} |
| 500 |
.jltma-admin .jltma-wwc-content { |
| 501 |
margin-bottom: 25px; |
| 502 |
color: #646970; |
| 503 |
} |
| 504 |
@media (max-width: 576px) { |
| 505 |
.jltma-admin .jltma-popup-countdown { |
| 506 |
transform: scale(0.99); |
| 507 |
} |
| 508 |
} |
| 509 |
.jltma-admin { |
| 510 |
/* End of Overlay Upgrade Popup */ |
| 511 |
} |
| 512 |
.jltma-admin .jltma-pro-disabled { |
| 513 |
cursor: pointer; |
| 514 |
box-shadow: none; |
| 515 |
} |
| 516 |
.jltma-admin .jltma-pro-disabled * { |
| 517 |
pointer-events: none; |
| 518 |
} |
| 519 |
.jltma-admin { |
| 520 |
/* Disabled Switcher Styles for Elementor Editor */ |
| 521 |
} |
| 522 |
.jltma-admin .jltma-switcher-disabled { |
| 523 |
opacity: 0.5; |
| 524 |
cursor: not-allowed !important; |
| 525 |
} |
| 526 |
.jltma-admin .jltma-switcher-disabled .elementor-switch { |
| 527 |
cursor: not-allowed !important; |
| 528 |
pointer-events: all !important; |
| 529 |
} |
| 530 |
.jltma-admin .jltma-switcher-disabled .elementor-switch:hover { |
| 531 |
opacity: 0.7; |
| 532 |
} |
| 533 |
.jltma-admin .jltma-switcher-disabled input[type=checkbox] { |
| 534 |
cursor: not-allowed !important; |
| 535 |
} |
| 536 |
.jltma-admin .jltma-switcher-disabled label { |
| 537 |
cursor: not-allowed !important; |
| 538 |
} |
| 539 |
|
| 540 |
/* Admin Menu Icon Styling - Outside .jltma-admin for global admin pages */ |
| 541 |
#toplevel_page_master-addons-settings > a, #toplevel_page_master-addons-settings > a:hover { |
| 542 |
color: #f0f0f1 !important; |
| 543 |
background: -webkit-linear-gradient(0deg, rgb(153, 41, 234) 0%, rgb(88, 8, 251) 100%) !important; |
| 544 |
} |
| 545 |
#toplevel_page_master-addons-settings .wp-menu-image { |
| 546 |
display: flex; |
| 547 |
align-items: baseline; |
| 548 |
justify-content: center; |
| 549 |
} |
| 550 |
#toplevel_page_master-addons-settings .wp-menu-image img { |
| 551 |
max-width: 20px; |
| 552 |
padding-top: 8px !important; |
| 553 |
} |
| 554 |
|
| 555 |
/* Menu Update Notification Badge */ |
| 556 |
.jltma-menu-notice { |
| 557 |
background: #d63638; |
| 558 |
color: #fff !important; |
| 559 |
position: absolute; |
| 560 |
bottom: 24px; |
| 561 |
right: 0; |
| 562 |
display: inline-block; |
| 563 |
vertical-align: top; |
| 564 |
box-sizing: border-box; |
| 565 |
margin: 1px 0 -1px 2px; |
| 566 |
padding: 0 5px; |
| 567 |
min-width: 18px; |
| 568 |
height: 18px; |
| 569 |
border-radius: 9px; |
| 570 |
font-size: 11px; |
| 571 |
line-height: 1.6; |
| 572 |
text-align: center; |
| 573 |
font-weight: 600; |
| 574 |
} |