| @@ -368,9 +368,9 @@ | ||
| 368 | 368 | position: relative; |
| 369 | 369 | } |
| 370 | 370 | /* Right Side */ |
| 371 | 371 | #easyel-tab-content{ |
| 372 | - width: 77%; | |
| 372 | + width: 80%; | |
| 373 | 373 | } |
| 374 | 374 | |
| 375 | 375 | /************************/ |
| 376 | 376 | /* Start Overview Area */ |
| @@ -377,14 +377,8 @@ | ||
| 377 | 377 | /***********************/ |
| 378 | 378 | .easyel-overview-area{ |
| 379 | 379 | margin: 0; |
| 380 | 380 | } |
| 381 | -.easyel-overview-area .easyel-position-rl{ | |
| 382 | - background-image: url(../../../admin/img/overview/easy-right-gallery-overview.webp) !important; | |
| 383 | - background-position: top 50% right -30%; | |
| 384 | - background-repeat: no-repeat; | |
| 385 | - background-size: 61%; | |
| 386 | -} | |
| 387 | 381 | /* Start Banner Area */ |
| 388 | 382 | .easyel-overview-area .easyel-banner-section .easyel-shape-2{ |
| 389 | 383 | margin-top: 30px; |
| 390 | 384 | } |
| @@ -1389,111 +1383,8 @@ | ||
| 1389 | 1383 | text-align: center; |
| 1390 | 1384 | color: #fff; |
| 1391 | 1385 | } |
| 1392 | 1386 | |
| 1393 | -.easyel-plugin-main-settings-page { | |
| 1394 | - position: relative; | |
| 1395 | -} | |
| 1396 | - | |
| 1397 | -.easyel-plugin-main-settings-page::after { | |
| 1398 | - content: ""; | |
| 1399 | - position: absolute; | |
| 1400 | - inset: 0; | |
| 1401 | - background: rgba(255, 255, 255, 0.6); | |
| 1402 | - opacity: 0; | |
| 1403 | - visibility: hidden; | |
| 1404 | - transition: opacity 0.3s ease; | |
| 1405 | - z-index: 10; | |
| 1406 | -} | |
| 1407 | - | |
| 1408 | - | |
| 1409 | -.easyel-plugin-main-settings-page.is-saving::after { | |
| 1410 | - opacity: 1; | |
| 1411 | - visibility: visible; | |
| 1412 | -} | |
| 1413 | - | |
| 1414 | -.easyel-saving-indicator { | |
| 1415 | - position: fixed; | |
| 1416 | - top: 50%; | |
| 1417 | - left: 50%; | |
| 1418 | - transform: translate(-50%, -50%); | |
| 1419 | - font-size: 14px; | |
| 1420 | - font-weight: 600; | |
| 1421 | - padding: 6px 14px; | |
| 1422 | - border-radius: 4px; | |
| 1423 | - z-index: 99999; | |
| 1424 | - color: #3b82f6; | |
| 1425 | - opacity: 0; | |
| 1426 | - | |
| 1427 | -} | |
| 1428 | - | |
| 1429 | -.easyel-plugin-main-settings-page.is-saving .easyel-saving-indicator { | |
| 1430 | - opacity: 1; | |
| 1431 | -} | |
| 1432 | - | |
| 1433 | - | |
| 1434 | -/*custom font*/ | |
| 1435 | - | |
| 1436 | -.easyel-custom-font { | |
| 1437 | - font-family: "Inter", sans-serif; | |
| 1438 | - color: #1e293b; | |
| 1439 | - max-width: 1000px; | |
| 1440 | - margin: 20px auto; | |
| 1441 | - padding: 0 15px; | |
| 1442 | -} | |
| 1443 | - | |
| 1444 | -.easyel-custom-font-banner { | |
| 1445 | - background: linear-gradient(135deg, #6d28d9, #a855f7); | |
| 1446 | - color: #fff; | |
| 1447 | - padding: 50px 40px; | |
| 1448 | - border-radius: 14px; | |
| 1449 | - text-align: center; | |
| 1450 | - box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); | |
| 1451 | - margin-bottom: 40px; | |
| 1452 | -} | |
| 1453 | - | |
| 1454 | -.easyel-custom-font-banner h1 { | |
| 1455 | - margin-bottom: 10px; | |
| 1456 | - font-size: 28px; | |
| 1457 | - font-weight: 700; | |
| 1458 | - color: #fff; | |
| 1459 | -} | |
| 1460 | - | |
| 1461 | -.easyel-custom-font-banner p { | |
| 1462 | - font-size: 15px; | |
| 1463 | - opacity: 0.9; | |
| 1464 | - margin-bottom: 20px; | |
| 1465 | -} | |
| 1466 | - | |
| 1467 | -.easyel-upgrade-btn-custom-font { | |
| 1468 | - background: #fff; | |
| 1469 | - color: #6d28d9; | |
| 1470 | - font-weight: 600; | |
| 1471 | - text-decoration: none; | |
| 1472 | - padding: 10px 22px; | |
| 1473 | - border-radius: 6px; | |
| 1474 | - transition: all 0.3s ease; | |
| 1475 | - display: inline-block; | |
| 1476 | -} | |
| 1477 | - | |
| 1478 | -.easyel-upgrade-btn-custom-font:hover { | |
| 1479 | - background: #ede9fe; | |
| 1480 | - color: #4c1d95; | |
| 1481 | -} | |
| 1482 | - | |
| 1483 | -.easyel-custom-font-page { | |
| 1484 | - font-family: "Inter", sans-serif; | |
| 1485 | - color: #1e293b; | |
| 1486 | - max-width: 1000px; | |
| 1487 | - margin: 20px auto; | |
| 1488 | - padding: 0 15px; | |
| 1489 | -} | |
| 1490 | - | |
| 1491 | -.easyel-promo-right a { | |
| 1492 | - color: #fff; | |
| 1493 | - font-size: 18px; | |
| 1494 | -} | |
| 1495 | - | |
| 1496 | 1387 | /****************************/ |
| 1497 | 1388 | /* End Settings Area */ |
| 1498 | 1389 | /****************************/ |
| 1499 | 1390 | |
| @@ -1537,31 +1428,6 @@ | ||
| 1537 | 1428 | font-size: 28px; |
| 1538 | 1429 | } |
| 1539 | 1430 | .easyel-section-heading .easyel-desc{ |
| 1540 | 1431 | font-size: 16px; |
| 1541 | - } | |
| 1542 | -} | |
| 1543 | - | |
| 1544 | -@media only screen and (max-width: 990px) { | |
| 1545 | - .easyel-plugin-settings-wrapper{ | |
| 1546 | - display: grid; | |
| 1547 | - } | |
| 1548 | - .easyel-nav-tab-item, | |
| 1549 | - #easyel-tab-content { | |
| 1550 | - width: 100%; | |
| 1551 | - } | |
| 1552 | - .easyel-overview-area .easyel-banner-content .title{ | |
| 1553 | - font-size: 36px; | |
| 1554 | - } | |
| 1555 | - .easyel-overview-area .easyel-position-rl{ | |
| 1556 | - background-image: none; | |
| 1557 | - } | |
| 1558 | - .easyel-overview-area .easyel-banner-content-area { | |
| 1559 | - padding: 100px 26px 60px; | |
| 1560 | - } | |
| 1561 | - .easyel-overview-area .easyel-banner-rating{ | |
| 1562 | - display: grid; | |
| 1563 | - } | |
| 1564 | - .easyel-nav-tab, .easyel-nav-tab-pro{ | |
| 1565 | - margin-bottom: 0; | |
| 1566 | 1432 | } |
| 1567 | 1433 | } |