PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / trunk
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript vtrunk
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 1.9.4 1.9.5 1.9.6 All 170 releases
← All changes | admin/css/style.scss +24 -7 4.1.12trunk View file →
@@ -1,6 +1,7 @@
1 1 body {
2 - background-color: #f7faff !important;
2 + // background-color: #f7faff !important;
3 + background-color: #fff !important;
3 4 }
4 5
5 6 .berqwp-dashbaord {
6 7 font-family: "Lato", sans-serif !important;
@@ -804,24 +805,30 @@
804 805 }
805 806
806 807 #berqwp-intro {
807 808 // min-height: 80vh;
808 - background-color: #f7faff;
809 + // background-color: #f7faff;
810 + background-color: transparent;
809 811 border-radius: 20px;
810 - border: 1px solid #e6e6e6;
812 + // border: 1px solid #e6e6e6;
811 813 display: flex;
812 814 flex-direction: column;
813 815 justify-content: center;
814 816 align-items: center;
815 - -webkit-font-smoothing: antialiased;
817 + // -webkit-font-smoothing: antialiased;
816 818 padding: 70px 20px;
817 819 padding-bottom: 100px;
818 820 max-width: 800px;
819 821 margin: 0 auto;
820 - box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05);
822 + // box-shadow: 0px 3px 5px 0px rgba(83, 113, 167, 0.05);
821 823 padding-bottom: 30px;
822 824 margin-top: 50px;
823 825
826 + img.logo {
827 + width: 140px;
828 + margin-bottom: 30px;
829 + }
830 +
824 831 h2.title {
825 832 font-size: 35px;
826 833 text-align: center;
827 834 color: #222222;
@@ -853,9 +860,9 @@
853 860 background-color: #1f71ff;
854 861 padding: 10px 13px;
855 862 border: 1px solid #1f71ff;
856 863 border-radius: 8px;
857 - font-weight: 500;
864 + // font-weight: 500;
858 865 font-size: 14px;
859 866 cursor: pointer;
860 867 color: #fff;
861 868 line-height: 1;
@@ -969,9 +976,9 @@
969 976 display: flex;
970 977 gap: 10px;
971 978 justify-content: center;
972 979 align-items: center;
973 - margin-top: 60px;
980 + margin-top: 30px;
974 981
975 982 a.btn {
976 983 background: #1f71ff;
977 984 border-radius: 9px;
@@ -985,8 +992,18 @@
985 992
986 993 &:hover {
987 994 background-color: #2067e3;
988 995 }
996 +
997 + &.secondary {
998 + background: #edeef1;
999 + color: #222;
1000 +
1001 + &:hover {
1002 + background-color: #e0e1e5;
1003 + }
1004 + }
1005 +
989 1006 }
990 1007 }
991 1008 }
992 1009