-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/gutenberg-blocks-css
- Loading branch information
Showing
170 changed files
with
5,045 additions
and
5,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
$color__border: #e5e5e5; | ||
$color__back-link: #6c7781; | ||
|
||
.jetpack-about__link-back, | ||
.jetpack-about__main, | ||
.jetpack-about__plugin { | ||
background-color: $white; | ||
border: 1px solid $color__border; | ||
} | ||
|
||
.jetpack-about__main, | ||
.jetpack-about__colophon { | ||
font-size: 14px; | ||
|
||
p { | ||
font-size: 14px; | ||
} | ||
} | ||
|
||
.jetpack-about__link-back { | ||
padding: 16px 16px 13px; | ||
border-bottom: none; | ||
|
||
a { | ||
color: $color__back-link; | ||
font-size: 0.75rem; | ||
|
||
&:hover, | ||
&:active { | ||
color: darken( $color__back-link, 30% ); | ||
} | ||
|
||
svg { | ||
fill: $color__back-link; | ||
height: 24px; | ||
margin-right: 4px; | ||
margin-top: -3px; | ||
vertical-align: middle; | ||
width: 24px; | ||
} | ||
} | ||
} | ||
|
||
.jetpack-about__main { | ||
padding: 36px; | ||
} | ||
|
||
.jetpack-about__logo { | ||
width: 265px; | ||
|
||
@media screen and (max-width: 400px) { | ||
width: 100%; | ||
} | ||
} | ||
.jetpack-about__content { | ||
display: flex; | ||
|
||
@media screen and (max-width: 782px) { | ||
flex-wrap: wrap; | ||
} | ||
} | ||
|
||
.jetpack-about__text { | ||
order: 1; | ||
|
||
p { | ||
font-size: 1rem; | ||
line-height: 1.6; | ||
|
||
&:last-child { | ||
margin-bottom: 0; | ||
} | ||
} | ||
} | ||
|
||
.jetpack-about__images { | ||
text-align: center; | ||
margin-left: 48px; | ||
order: 2; | ||
|
||
@media screen and (max-width: 782px) { | ||
margin-left: 0; | ||
order: 0; | ||
text-align: left; | ||
width: 100%; | ||
} | ||
|
||
.meet-the-team { | ||
margin-bottom: 0; | ||
text-align: center; | ||
} | ||
} | ||
|
||
.jetpack-about__gravatars { | ||
display: flex; | ||
flex-wrap: wrap; | ||
width: 320px; | ||
|
||
@media screen and (max-width: 450px) { | ||
max-width: 320px; | ||
width: 100%; | ||
} | ||
|
||
li { | ||
margin-bottom: 0; | ||
width: 25%; | ||
|
||
img { | ||
max-width: 80px; | ||
vertical-align: top; | ||
width: 100%; | ||
} | ||
} | ||
} | ||
|
||
.jetpack-about__colophon { | ||
margin-bottom: 3rem; | ||
|
||
h3 { | ||
margin-top: 2.4375rem; | ||
} | ||
} | ||
|
||
.jetpack-about__services-more { | ||
margin-top: 1.5em; | ||
text-align: center; | ||
} | ||
|
||
|
||
.jetpack-about__services { | ||
display: grid; | ||
grid-template-columns: 1fr 1fr; | ||
grid-gap: 16px; | ||
} | ||
|
||
.jetpack-about__plugin { | ||
margin-bottom: 0; | ||
|
||
.plugin-card-top { | ||
padding: 20px 20px 15px; | ||
position: relative; | ||
|
||
.name, | ||
.desc, | ||
.details-link { | ||
margin-left: 148px; | ||
} | ||
|
||
.name h3 { | ||
margin-top: 0; | ||
} | ||
|
||
.details-link { | ||
font-weight: 500; | ||
} | ||
} | ||
|
||
.plugin-card-bottom { | ||
align-items: center; | ||
background-color: $white; | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: space-between; | ||
|
||
.meta { | ||
margin-right: 1em; | ||
} | ||
|
||
.num-ratings { | ||
display: inline-block; | ||
} | ||
|
||
.action-buttons { | ||
clear: none; | ||
float: none; | ||
margin: 0.5em 0; | ||
|
||
li:last-child { | ||
margin-bottom: 0; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.