Skip to content

Commit

Permalink
update WP Rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleBlanchette committed Sep 14, 2024
1 parent c90a4ee commit 20d1496
Show file tree
Hide file tree
Showing 220 changed files with 5,111 additions and 3,269 deletions.
81 changes: 73 additions & 8 deletions wp-content/plugins/wp-rocket/assets/css/wpr-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Method : SUITCSS (modified)
.ComponentName => Name of component (Ex : .SiteHeader)
.ComponentName--modifierName => Modifier of component (.SiteHeader--white, .SiteHeader--fixed)
.ComponentName-descendantName => Children of componant (.SiteHeader-logo, .SiteHeader-menu)
.ComponentName-descendantName => Children of component (.SiteHeader-logo, .SiteHeader-menu)
.ComponentName.isState => State of component (.isActive, .isOpen)
More informations here : https://suitcss.github.io/ or http://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocss.html (french)
More information here : https://suitcss.github.io/ or http://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocss.html (french)
--- EVERY CLASS are prefixed with "wpr-"
Expand Down Expand Up @@ -92,6 +92,18 @@ a:focus, button:focus {
justify-content: center;
}

.wpr-mt-2 {
margin-top: 20px;
}

.wpr-fs-sm {
font-size: 0.9em;
}

.wpr-fs-md {
font-size: 1em;
}

/*-----------------------------------------------*\
Icons in a font-icon with icomoon (https://icomoon.io/app)
Expand Down Expand Up @@ -279,6 +291,14 @@ a:focus, button:focus {
content: url("../img/play-alt.svg");
}

.wpr-imagify-info:before {
content: url("../img/imagify-info.svg");
}

.wpr-imagify-install:before {
content: url("../img/imagify-install.svg");
}

.wpr-title1 {
font-size: 1.625rem;
line-height: 1;
Expand Down Expand Up @@ -2356,7 +2376,7 @@ div.wpr-upgrade-websites {
margin-top: 30px;
}
.wpr-imagify-description {
width: 33.3333333333%;
width: 40%;
padding-right: 60px;
}
@media (max-width: 1239px) {
Expand All @@ -2366,7 +2386,7 @@ div.wpr-upgrade-websites {
}
}
.wpr-imagify-screenshot {
width: 66.6666666667%;
width: 60%;
}
@media (max-width: 1239px) {
.wpr-imagify-screenshot {
Expand Down Expand Up @@ -2396,12 +2416,22 @@ div.wpr-upgrade-websites {
margin-top: 0;
}
.wpr-imagify ul {
margin-top: 0;
margin-left: 40px;
list-style-type: ">";
margin-top: 40px;
}
.wpr-imagify li {
padding-left: 7px;
display: flex;
align-items: flex-start;
margin-bottom: 35px;
}
.wpr-imagify li:before {
width: 24px;
height: 24px;
margin-right: 10px;
flex-shrink: 0;
}
.wpr-imagify li .text {
flex-grow: 1;
display: inline-block;
}
.wpr-imagify a {
text-decoration: none;
Expand All @@ -2423,6 +2453,41 @@ div.wpr-upgrade-websites {
text-transform: uppercase;
}

.wpr-imagify-plugin-tile {
display: flex;
align-items: center;
width: 100%;
padding: 20px;
background-color: #f9fafb;
margin-top: 20px;
border: 1px solid #ebe9e9;
}
.wpr-imagify-plugin-tile-info {
margin-left: 20px;
}
.wpr-imagify-plugin-tile-info .wpr-star-rating {
display: flex;
align-items: center;
}
.wpr-imagify-plugin-tile-info .star-rating .star {
font-size: 16px;
width: 16px;
height: 13px;
}
.wpr-imagify-plugin-tile-info .num-ratings {
font-size: 13px;
margin-left: 10px;
}
.wpr-imagify-plugin-tile-title {
margin-bottom: 5px;
}
.wpr-imagify-plugin-tile .wpr-button {
margin-left: auto;
}
.wpr-imagify-plugin-tile .wpr-button:before {
margin-right: 5px;
}

.wpr-tutorials-section {
display: flex;
flex-flow: row wrap;
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/wp-rocket/assets/css/wpr-admin.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions wp-content/plugins/wp-rocket/assets/img/imagify-info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions wp-content/plugins/wp-rocket/assets/img/imagify-install.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wp-content/plugins/wp-rocket/assets/js/lazyload-css.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20d1496

Please sign in to comment.