| @@ -258,9 +258,8 @@ | ||
| 258 | 258 | } |
| 259 | 259 | |
| 260 | 260 | .frm-dashboard-widget table.wp-list-table td { |
| 261 | 261 | font-size: var(--text-sm); |
| 262 | - word-break: break-word; | |
| 263 | 262 | } |
| 264 | 263 | |
| 265 | 264 | .frm-dashboard-widget table.wp-list-table td abbr { |
| 266 | 265 | text-decoration: none; |
| @@ -306,10 +305,8 @@ | ||
| 306 | 305 | /* Pro Features List */ |
| 307 | 306 | .frm-pro-features-list { |
| 308 | 307 | padding: var(--gap-xl) var(--gap-2xl); |
| 309 | 308 | position: relative; |
| 310 | - display: flex; | |
| 311 | - gap: var(--gap-2xl); | |
| 312 | 309 | } |
| 313 | 310 | |
| 314 | 311 | .frm-pro-features-list:before { |
| 315 | 312 | content: ''; |
| @@ -322,17 +319,13 @@ | ||
| 322 | 319 | border-top-right-radius: var(--small-radius); |
| 323 | 320 | border-top-left-radius: var(--small-radius); |
| 324 | 321 | } |
| 325 | 322 | |
| 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; | |
| 323 | +.frm_wrap .frm-dashboard-container .frm-pro-features-list h2 { | |
| 324 | + font-size: 24px; | |
| 325 | + font-weight: 600; | |
| 333 | 326 | max-width: 382px; |
| 334 | - margin-bottom: var(--gap-md) !important; | |
| 327 | + margin-bottom: var(--gap-md); | |
| 335 | 328 | } |
| 336 | 329 | |
| 337 | 330 | .frm-pro-features-list ul { |
| 338 | 331 | padding: 0; |
| @@ -342,71 +335,8 @@ | ||
| 342 | 335 | .frm-pro-features-list li { |
| 343 | 336 | display: flex; |
| 344 | 337 | align-items: center; |
| 345 | 338 | 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 | 339 | } |
| 410 | 340 | /* END Pro Features List */ |
| 411 | 341 | |
| 412 | 342 | /* Inbox */ |