updated plugin Jetpack Protect version 3.0.2

This commit is contained in:
2024-10-09 12:44:31 +00:00
committed by Gitium
parent a35dc419bc
commit f970470c59
283 changed files with 6970 additions and 2338 deletions

View File

@ -20,7 +20,7 @@ use Automattic\Jetpack\Status;
*/
class JITM {
const PACKAGE_VERSION = '3.1.11';
const PACKAGE_VERSION = '3.1.21';
/**
* The configuration method that is called from the jetpack-config package.

View File

@ -145,9 +145,6 @@ $jp-gray-20: #a7aaad;
padding-left: rem( 20px );
box-sizing: border-box;
background-color: $white;
background-image: url( "../images/background.png" );
background-repeat: no-repeat;
background-position: right center;
border: 1px solid $white;
border-radius: 2px;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
@ -173,7 +170,8 @@ $jp-gray-20: #a7aaad;
.my-jetpack-jitm-card {
.jitm-card {
margin-right: 0;
margin-bottom: 0;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}
}
@ -350,6 +348,23 @@ $jp-gray-20: #a7aaad;
}
}
.jitm-banner__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url( "../images/background.png" );
background-repeat: no-repeat;
background-position: right center;
z-index: -1;
.rtl & {
background-position: left center;
transform: scaleX(-1);
}
}
.jitm-banner__content {
align-items: center;
display: flex;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 23 KiB