Skip to content

Commit f7871f8

Browse files
update plugins/wp-rocket
1 parent cb1a792 commit f7871f8

1,205 files changed

Lines changed: 52937 additions & 12099 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

wp-content/plugins/wp-rocket/SECURITY.md

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/css/wpr-admin-common.css

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.css

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/css/wpr-admin-rtl.min.css

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/css/wpr-admin.css

100755100644
Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,34 @@ a:focus, button:focus {
104104
font-size: 1em;
105105
}
106106

107+
.wpr-loader {
108+
position: fixed;
109+
top: 50%;
110+
left: 50%;
111+
transform: translate(-50%, -50%);
112+
margin: 0 auto;
113+
width: 60px;
114+
aspect-ratio: 2;
115+
--_g: no-repeat radial-gradient(circle closest-side,#ffffff 90%,#0000);
116+
background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
117+
background-size: 33.3333333333% 50%;
118+
animation: l3 1s infinite linear;
119+
}
120+
121+
@keyframes l3 {
122+
20% {
123+
background-position: 0% 0%, 50% 50%, 100% 50%;
124+
}
125+
40% {
126+
background-position: 0% 100%, 50% 0%, 100% 50%;
127+
}
128+
60% {
129+
background-position: 0% 50%, 50% 100%, 100% 0%;
130+
}
131+
80% {
132+
background-position: 0% 50%, 50% 50%, 100% 100%;
133+
}
134+
}
107135
/*-----------------------------------------------*\
108136
109137
Icons in a font-icon with icomoon (https://icomoon.io/app)
@@ -1235,20 +1263,21 @@ div.wpr-upgrade-websites.notstacked {
12351263
align-items: center;
12361264
justify-content: space-evenly;
12371265
margin-top: 16px;
1238-
padding: 8px;
1266+
padding: 8px 8px 16px;
12391267
}
12401268

12411269
.rocket-renewal-expired-banner {
12421270
background: #FFD147;
12431271
margin-top: 16px;
12441272
padding: 24px;
12451273
position: relative;
1274+
display: flex;
12461275
}
12471276

1248-
.rocket-renewal-expired-banner-container {
1249-
display: flex;
1250-
justify-content: space-around;
1277+
.banner-copy {
1278+
width: 75%;
12511279
}
1280+
12521281
@media (max-width: 783px) {
12531282
.rocket-renewal-expired-banner-container {
12541283
flex-flow: column;
@@ -1257,7 +1286,7 @@ div.wpr-upgrade-websites.notstacked {
12571286
.rocket-renewal-expired-banner-container > div {
12581287
display: flex;
12591288
flex-flow: column;
1260-
width: 50%;
1289+
width: 70%;
12611290
}
12621291
@media (max-width: 783px) {
12631292
.rocket-renewal-expired-banner-container > div {
@@ -1294,8 +1323,7 @@ div.wpr-upgrade-websites.notstacked {
12941323
}
12951324

12961325
.rocket-expired-cta-container {
1297-
justify-content: center;
1298-
align-items: center;
1326+
align-self: center;
12991327
}
13001328

13011329
.rocket-renew-cta {
@@ -2573,6 +2601,7 @@ div.wpr-tutorial-item {
25732601
max-height: 100vh;
25742602
overflow-y: auto;
25752603
box-sizing: border-box;
2604+
z-index: 1;
25762605
}
25772606
.wpr-rocketcdn-modal iframe {
25782607
max-width: 100%;

wp-content/plugins/wp-rocket/assets/css/wpr-admin.min.css

100755100644
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-content/plugins/wp-rocket/assets/css/wpr-modal.css

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/fonts/icomoon.eot

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/fonts/icomoon.svg

100755100644
File mode changed.

wp-content/plugins/wp-rocket/assets/fonts/icomoon.ttf

100755100644
File mode changed.

0 commit comments

Comments
 (0)