| @@ -1,4 +1,5 @@ | ||
| 1 | + | |
| 1 | 2 | .frm-white-body #wpbody-content { |
| 2 | 3 | /* clear float - fix the full auto height with frm-dashboard-container */ |
| 3 | 4 | float: none; |
| 4 | 5 | } |
| @@ -56,14 +57,8 @@ | ||
| 56 | 57 | z-index: 4; |
| 57 | 58 | overflow: inherit; |
| 58 | 59 | } |
| 59 | 60 | |
| 60 | -.frm-dashboard-widget span.frm_inbox_count { | |
| 61 | - margin-right: 0; | |
| 62 | - line-height: 1.6; | |
| 63 | - background-color: var(--error-500); | |
| 64 | -} | |
| 65 | - | |
| 66 | 61 | .frm-yt-widget { |
| 67 | 62 | z-index: 3; |
| 68 | 63 | padding: 0 !important; |
| 69 | 64 | } |
| @@ -258,9 +253,8 @@ | ||
| 258 | 253 | } |
| 259 | 254 | |
| 260 | 255 | .frm-dashboard-widget table.wp-list-table td { |
| 261 | 256 | font-size: var(--text-sm); |
| 262 | - word-break: break-word; | |
| 263 | 257 | } |
| 264 | 258 | |
| 265 | 259 | .frm-dashboard-widget table.wp-list-table td abbr { |
| 266 | 260 | text-decoration: none; |
| @@ -280,9 +274,9 @@ | ||
| 280 | 274 | width: 100%; |
| 281 | 275 | position: relative; |
| 282 | 276 | display: flex; |
| 283 | 277 | align-items: center; |
| 284 | - justify-content: center; | |
| 278 | + justify-content: center; | |
| 285 | 279 | } |
| 286 | 280 | |
| 287 | 281 | .frm-widget-placeholder[data-background="chart-placeholder"] { |
| 288 | 282 | background: url( '../../images/dashboard/chart-placeholder.jpg' ) no-repeat; |
| @@ -306,10 +300,8 @@ | ||
| 306 | 300 | /* Pro Features List */ |
| 307 | 301 | .frm-pro-features-list { |
| 308 | 302 | padding: var(--gap-xl) var(--gap-2xl); |
| 309 | 303 | position: relative; |
| 310 | - display: flex; | |
| 311 | - gap: var(--gap-2xl); | |
| 312 | 304 | } |
| 313 | 305 | |
| 314 | 306 | .frm-pro-features-list:before { |
| 315 | 307 | content: ''; |
| @@ -319,20 +311,16 @@ | ||
| 319 | 311 | background: linear-gradient(90deg, #1961D5 0.76%, #E8ABEF 100%); |
| 320 | 312 | position: absolute; |
| 321 | 313 | top: 0; left: 0; |
| 322 | 314 | border-top-right-radius: var(--small-radius); |
| 323 | - border-top-left-radius: var(--small-radius); | |
| 315 | + border-top-left-radius: var(--small-radius); | |
| 324 | 316 | } |
| 325 | 317 | |
| 326 | -.frm-pro-features-list-left { | |
| 327 | - flex: 0 0 55%; | |
| 328 | -} | |
| 329 | - | |
| 330 | -.frm-pro-features-list h2 { | |
| 331 | - font-size: 24px !important; | |
| 332 | - font-weight: 600 !important; | |
| 318 | +.frm_wrap .frm-dashboard-container .frm-pro-features-list h2 { | |
| 319 | + font-size: 24px; | |
| 320 | + font-weight: 600; | |
| 333 | 321 | max-width: 382px; |
| 334 | - margin-bottom: var(--gap-md) !important; | |
| 322 | + margin-bottom: var(--gap-md); | |
| 335 | 323 | } |
| 336 | 324 | |
| 337 | 325 | .frm-pro-features-list ul { |
| 338 | 326 | padding: 0; |
| @@ -342,71 +330,8 @@ | ||
| 342 | 330 | .frm-pro-features-list li { |
| 343 | 331 | display: flex; |
| 344 | 332 | align-items: center; |
| 345 | 333 | gap: var(--gap-xs); |
| 346 | -} | |
| 347 | - | |
| 348 | -.frm-testimonial { | |
| 349 | - border-radius: 16px; | |
| 350 | - border: 1px solid #EAECF0; | |
| 351 | - position: relative; | |
| 352 | - padding: 24px; | |
| 353 | -} | |
| 354 | - | |
| 355 | -.frm-testimonial:before { | |
| 356 | - content: ''; | |
| 357 | - display: block; | |
| 358 | - height: 12px; | |
| 359 | - width: calc(100% - 30px); | |
| 360 | - border-radius: 0 0 12px 12px; | |
| 361 | - border: 1px solid #EAECF0; | |
| 362 | - border-top: 0; | |
| 363 | - position: absolute; | |
| 364 | - left: 15px; | |
| 365 | - bottom: -13px; | |
| 366 | -} | |
| 367 | - | |
| 368 | -.frm-testimonial__content { | |
| 369 | - font-size: 16px; | |
| 370 | - line-height: 1.625; | |
| 371 | - margin-bottom: 24px; | |
| 372 | -} | |
| 373 | - | |
| 374 | -.frm-testimonial__author { | |
| 375 | - font-weight: 600; | |
| 376 | - font-size: 18px; | |
| 377 | - margin-bottom: 3px; | |
| 378 | -} | |
| 379 | - | |
| 380 | -.frm-testimonial__rating svg { | |
| 381 | - height: 18px; | |
| 382 | - width: 18px; | |
| 383 | -} | |
| 384 | - | |
| 385 | -.frm-testimonial__guarantee-icon img { | |
| 386 | - position: absolute; | |
| 387 | - bottom: -15px; | |
| 388 | - right: -27px; | |
| 389 | - height: 110px; | |
| 390 | - width: 110px; | |
| 391 | -} | |
| 392 | - | |
| 393 | -@media (max-width: 1280px) { | |
| 394 | - .frm-pro-features-list { | |
| 395 | - padding-left: var(--gap-lg); | |
| 396 | - padding-right: var(--gap-lg); | |
| 397 | - gap: var(--gap-lg); | |
| 398 | - } | |
| 399 | -} | |
| 400 | - | |
| 401 | -@media (max-width: 1025px) { | |
| 402 | - .frm-pro-features-list { | |
| 403 | - flex-direction: column; | |
| 404 | - } | |
| 405 | - | |
| 406 | - .frm-testimonial__guarantee-icon svg { | |
| 407 | - right: -10px; | |
| 408 | - } | |
| 409 | 334 | } |
| 410 | 335 | /* END Pro Features List */ |
| 411 | 336 | |
| 412 | 337 | /* Inbox */ |