PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.18
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.18
4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 All 173 releases
← All changes | admin/css/style.css +18 -11 4.1.124.1.18 View file →
@@ -1,6 +1,6 @@
1 1 body {
2 - background-color: #f7faff !important;
2 + background-color: #fff !important;
3 3 }
4 4
5 5 .berqwp-dashbaord {
6 6 font-family: "Lato", sans-serif !important;
@@ -751,24 +751,25 @@
751 751 left: 30px !important;
752 752 }
753 753
754 754 #berqwp-intro {
755 - background-color: #f7faff;
755 + background-color: transparent;
756 756 border-radius: 20px;
757 - border: 1px solid #e6e6e6;
758 757 display: flex;
759 758 flex-direction: column;
760 759 justify-content: center;
761 760 align-items: center;
762 - -webkit-font-smoothing: antialiased;
763 761 padding: 70px 20px;
764 762 padding-bottom: 100px;
765 763 max-width: 800px;
766 764 margin: 0 auto;
767 - box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05);
768 765 padding-bottom: 30px;
769 766 margin-top: 50px;
770 767 }
768 +#berqwp-intro img.logo {
769 + width: 140px;
770 + margin-bottom: 30px;
771 +}
771 772 #berqwp-intro h2.title {
772 773 font-size: 35px;
773 774 text-align: center;
774 775 color: #222222;
@@ -787,9 +788,9 @@
787 788 }
788 789 #berqwp-intro .inner input[type=email],
789 790 #berqwp-intro .inner input[type=password] {
790 791 background-color: #fff;
791 - padding: 10px 13px;
792 + padding: 11px 15px;
792 793 border: 1px solid #dad2ff;
793 794 border-radius: 8px;
794 795 font-size: 14px;
795 796 line-height: 1;
@@ -795,12 +796,11 @@
795 796 line-height: 1;
796 797 }
797 798 #berqwp-intro .inner button[type=submit] {
798 799 background-color: #1f71ff;
799 - padding: 10px 13px;
800 + padding: 12px 16px;
800 801 border: 1px solid #1f71ff;
801 802 border-radius: 8px;
802 - font-weight: 500;
803 803 font-size: 14px;
804 804 cursor: pointer;
805 805 color: #fff;
806 806 line-height: 1;
@@ -897,9 +897,9 @@
897 897 display: flex;
898 898 gap: 10px;
899 899 justify-content: center;
900 900 align-items: center;
901 - margin-top: 60px;
901 + margin-top: 30px;
902 902 }
903 903 #berqwp-intro .cta-btns a.btn {
904 904 background: #1f71ff;
905 905 border-radius: 9px;
@@ -904,11 +904,12 @@
904 904 background: #1f71ff;
905 905 border-radius: 9px;
906 906 display: flex;
907 907 align-items: center;
908 - gap: 7px;
908 + gap: 4px;
909 909 color: #fff;
910 910 padding: 12px 20px;
911 + padding-left: 17px;
911 912 font-size: 15px;
912 913 text-decoration: none;
913 914 }
914 915 #berqwp-intro .cta-btns a.btn:hover {
@@ -913,9 +914,15 @@
913 914 }
914 915 #berqwp-intro .cta-btns a.btn:hover {
915 916 background-color: #2067e3;
916 917 }
917 -
918 +#berqwp-intro .cta-btns a.btn.secondary {
919 + background: #fff;
920 + color: #222;
921 + border: 1px solid #dad2ff;
922 + padding: 11px 19px;
923 + padding-left: 17px;
924 +}
918 925 p.below-settings-panel {
919 926 text-align: center;
920 927 font-size: 16px;
921 928 color: #465774;