Merge branch 'master' into fix/issue760

This commit is contained in:
Allan Cole 2019-05-10 14:33:48 -04:00 committed by GitHub
commit b279b1c036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 449 additions and 5 deletions

View file

@ -908,3 +908,19 @@ ul.wp-block-archives li ul,
.wp-block-jetpack-mailchimp p {
font-size: 0.71111em;
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours dt,
.wp-block-jetpack-business-hours dd {
float: left;
}
.wp-block-jetpack-business-hours dt {
clear: both;
font-weight: bold;
margin-right: 0.5rem;
}
.wp-block-jetpack-business-hours dd {
margin: 0;
}

View file

@ -865,3 +865,21 @@ ul.wp-block-archives,
font-size: $font__size-xs;
}
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
font-weight: bold;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -90,6 +90,11 @@
/**
* Content Options
*/
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp input[type="email"] {
width: 100%;
@ -98,3 +103,18 @@
.wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
font-size: 0.71111em;
}
/* Business Hours - Temp Fix */
.jetpack-business-hours dt,
.jetpack-business-hours dd {
float: left;
}
.jetpack-business-hours dt {
clear: both;
margin-right: 0.5rem;
}
.jetpack-business-hours dd {
margin: 0;
}

View file

@ -99,7 +99,12 @@
* Content Options
*/
/* Mailchimp Block - Temp Fix */
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp {
input[type="email"] {
width: 100%;
@ -109,3 +114,20 @@
font-size: $font__size-xs;
}
}
/* Business Hours - Temp Fix */
.jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -807,3 +807,19 @@ ul.wp-block-archives li ul,
.wp-block-jetpack-mailchimp p {
font-size: 0.71111em;
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours dt,
.wp-block-jetpack-business-hours dd {
float: left;
}
.wp-block-jetpack-business-hours dt {
clear: both;
font-weight: bold;
margin-right: 0.5rem;
}
.wp-block-jetpack-business-hours dd {
margin: 0;
}

View file

@ -787,3 +787,22 @@ ul.wp-block-archives,
font-size: $font__size-xs;
}
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
font-weight: bold;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -89,9 +89,12 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
/**
* Content Options
*/
/**
* Content Form
* Blocks
*/
/* Contact Form */
.contact-form label span {
color: #767676;
}
@ -104,3 +107,18 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
.wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
font-size: 0.71111em;
}
/* Business Hours - Temp Fix */
.jetpack-business-hours dt,
.jetpack-business-hours dd {
float: left;
}
.jetpack-business-hours dt {
clear: both;
margin-right: 0.5rem;
}
.jetpack-business-hours dd {
margin: 0;
}

View file

@ -105,9 +105,10 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
*/
/**
* Content Form
* Blocks
*/
/* Content Form */
.contact-form label span {
color: #767676;
}
@ -122,3 +123,20 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
font-size: $font__size-xs;
}
}
/* Business Hours - Temp Fix */
.jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -799,3 +799,19 @@ ul.wp-block-archives li ul,
.wp-block-jetpack-mailchimp p {
font-size: 0.71111em;
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours dt,
.wp-block-jetpack-business-hours dd {
float: left;
}
.wp-block-jetpack-business-hours dt {
clear: both;
font-weight: bold;
margin-right: 0.5rem;
}
.wp-block-jetpack-business-hours dd {
margin: 0;
}

View file

@ -817,3 +817,21 @@ ul.wp-block-archives,
font-size: $font__size-xs;
}
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
font-weight: bold;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -77,9 +77,12 @@
/**
* Content Options
*/
/**
* Contact Form
* Blocks
*/
/* Contact Form */
.entry-content .contact-form label span {
color: #0d1b24;
}
@ -92,3 +95,18 @@
.wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
font-size: 0.71111em;
}
/* Business Hours - Temp Fix */
.jetpack-business-hours dt,
.jetpack-business-hours dd {
float: left;
}
.jetpack-business-hours dt {
clear: both;
margin-right: 0.5rem;
}
.jetpack-business-hours dd {
margin: 0;
}

View file

@ -88,7 +88,11 @@
* Content Options
*/
/**
/**
* Blocks
*/
/**
* Contact Form
*/
.entry-content .contact-form label span {
@ -105,3 +109,20 @@
font-size: $font__size-xs;
}
}
/* Business Hours - Temp Fix */
.jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -836,3 +836,19 @@ ul.wp-block-archives li ul,
.wp-block-jetpack-mailchimp p {
font-size: 0.71111em;
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours dt,
.wp-block-jetpack-business-hours dd {
float: left;
}
.wp-block-jetpack-business-hours dt {
clear: both;
font-weight: bold;
margin-right: 0.5rem;
}
.wp-block-jetpack-business-hours dd {
margin: 0;
}

View file

@ -840,3 +840,21 @@ ul.wp-block-archives,
font-size: $font__size-xs;
}
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
font-weight: bold;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -74,6 +74,10 @@
font-weight: 300;
}
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp input[type="email"] {
width: 100%;
@ -82,3 +86,18 @@
.wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
font-size: 0.71111em;
}
/* Business Hours - Temp Fix */
.jetpack-business-hours dt,
.jetpack-business-hours dd {
float: left;
}
.jetpack-business-hours dt {
clear: both;
margin-right: 0.5rem;
}
.jetpack-business-hours dd {
margin: 0;
}

View file

@ -80,6 +80,10 @@
font-weight: 300;
}
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp {
input[type="email"] {
@ -90,3 +94,20 @@
font-size: $font__size-xs;
}
}
/* Business Hours - Temp Fix */
.jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -787,3 +787,19 @@ ul.wp-block-archives li ul,
.wp-block-jetpack-mailchimp p {
font-size: 0.71111em;
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours dt,
.wp-block-jetpack-business-hours dd {
float: left;
}
.wp-block-jetpack-business-hours dt {
clear: both;
font-weight: bold;
margin-right: 0.5rem;
}
.wp-block-jetpack-business-hours dd {
margin: 0;
}

View file

@ -793,3 +793,22 @@ ul.wp-block-archives,
font-size: $font__size-xs;
}
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
font-weight: bold;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -68,6 +68,11 @@
/**
* Content Options
*/
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp input[type="email"] {
width: 100%;
@ -76,3 +81,18 @@
.wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
font-size: 0.71111em;
}
/* Business Hours - Temp Fix */
.jetpack-business-hours dt,
.jetpack-business-hours dd {
float: left;
}
.jetpack-business-hours dt {
clear: both;
margin-right: 0.5rem;
}
.jetpack-business-hours dd {
margin: 0;
}

View file

@ -79,6 +79,10 @@
* Content Options
*/
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp {
input[type="email"] {
@ -89,3 +93,20 @@
font-size: $font__size-xs;
}
}
/* Business Hours - Temp Fix */
.jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -797,3 +797,19 @@ ul.wp-block-archives li ul,
.wp-block-jetpack-mailchimp p {
font-size: 0.71111em;
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours dt,
.wp-block-jetpack-business-hours dd {
float: left;
}
.wp-block-jetpack-business-hours dt {
clear: both;
font-weight: bold;
margin-right: 0.5rem;
}
.wp-block-jetpack-business-hours dd {
margin: 0;
}

View file

@ -806,5 +806,23 @@ ul.wp-block-archives,
.wp-block-jetpack-mailchimp {
p {
font-size: $font__size-xs;
}
}
/** === Business Hours Block - Temp Fix === */
.wp-block-jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
font-weight: bold;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}

View file

@ -111,6 +111,10 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
color: #767676;
}
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp input[type="email"] {
width: 100%;
@ -119,3 +123,18 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
.wp-block-jetpack-mailchimp #wp-block-jetpack-mailchimp_consent-text {
font-size: 0.71111em;
}
/* Business Hours - Temp Fix */
.jetpack-business-hours dt,
.jetpack-business-hours dd {
float: left;
}
.jetpack-business-hours dt {
clear: both;
margin-right: 0.5rem;
}
.jetpack-business-hours dd {
margin: 0;
}

View file

@ -123,6 +123,10 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
color: #767676;
}
/**
* Blocks
*/
/* Mailchimp Block - Temp Fix */
.wp-block-jetpack-mailchimp {
input[type="email"] {
@ -133,3 +137,20 @@ div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedp
font-size: $font__size-xs;
}
}
/* Business Hours - Temp Fix */
.jetpack-business-hours {
dt,
dd {
float: left;
}
dt {
clear: both;
margin-right: ( $size__spacing-unit * .5 );
}
dd {
margin: 0;
}
}