Theme: Initial commit.

This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
This commit is contained in:
Ian Dunn 2019-09-24 14:37:41 -07:00
commit de191e098b
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
38 changed files with 4532 additions and 0 deletions

View file

@ -0,0 +1,29 @@
.site-header {
.home & {
background: #0073aa;
@include breakpoint( $ms-breakpoint ) {
padding: ms( 10 ) ms( 4 );
}
.site-title {
color: #fff;
display: block;
font-size: ms( 10 );
font-weight: 300;
line-height: 1;
margin: 2rem 0 1rem;
text-align: center;
@include breakpoint( $ms-breakpoint ) {
font-size: ms( 12 );
}
}
.site-description {
color: #fff;
max-width: ms( 32 );
padding: 11px 0;
}
}
}