Skip to content

Commit

Permalink
Add brushstrokes to mission and 4 freedoms
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Jan 30, 2023
1 parent b7ad9e9 commit 0a02aba
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
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.
28 changes: 28 additions & 0 deletions source/wp-content/themes/wporg-main-2022/src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,34 @@ html[dir="rtl"] :where([style*="border-right-color"]) {
.wporg-about-section-heading {
// move the section heading up to align with the top of the right column
margin-block-start: -10px !important;

.wporg-about-section-mission & {
position: relative;

&::after {
content: "";
position: absolute;
width: 87px;
height: 41px;
top: 115%;
left: 2%;
background-image: url(../../images/about-mission-swirl.svg);
}
}

.wporg-about-section-freedoms & {
position: relative;

&::after {
content: "";
position: absolute;
width: 315px;
height: 50px;
top: 84%;
left: 10%;
background-image: url(../../images/about-4-freedoms-underline.svg);
}
}
}

[class*="wporg-about-section-freedom-"] {
Expand Down

0 comments on commit 0a02aba

Please sign in to comment.