Browse Source

Merge branch 'master' into fix/issue760

Allan Cole 6 years ago
parent
commit
b279b1c036

+ 16 - 0
calm-business/style-editor.css

@@ -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;
+}

+ 18 - 0
calm-business/style-editor.scss

@@ -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;
+	}
+}

+ 20 - 0
calm-business/style-jetpack.css

@@ -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;
+}

+ 23 - 1
calm-business/style-jetpack.scss

@@ -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;
+  }
+}

+ 16 - 0
elegant-business/style-editor.css

@@ -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;
+}

+ 19 - 0
elegant-business/style-editor.scss

@@ -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;
+	}
+}

+ 19 - 1
elegant-business/style-jetpack.css

@@ -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;
+}

+ 19 - 1
elegant-business/style-jetpack.scss

@@ -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;
+	}
+}

+ 16 - 0
friendly-business/style-editor.css

@@ -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;
+}

+ 18 - 0
friendly-business/style-editor.scss

@@ -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;
+	}
+}

+ 19 - 1
friendly-business/style-jetpack.css

@@ -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;
+}

+ 22 - 1
friendly-business/style-jetpack.scss

@@ -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;
+	}
+}

+ 16 - 0
modern-business/style-editor.css

@@ -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;
+}

+ 18 - 0
modern-business/style-editor.scss

@@ -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;
+	}
+}

+ 19 - 0
modern-business/style-jetpack.css

@@ -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;
+}

+ 21 - 0
modern-business/style-jetpack.scss

@@ -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;
+	}
+}

+ 16 - 0
professional-business/style-editor.css

@@ -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;
+}

+ 19 - 0
professional-business/style-editor.scss

@@ -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;
+	}
+}

+ 20 - 0
professional-business/style-jetpack.css

@@ -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;
+}

+ 21 - 0
professional-business/style-jetpack.scss

@@ -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;
+	}
+}

+ 16 - 0
sophisticated-business/style-editor.css

@@ -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;
+}

+ 18 - 0
sophisticated-business/style-editor.scss

@@ -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;
 	}
 }

+ 19 - 0
sophisticated-business/style-jetpack.css

@@ -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;
+}

+ 21 - 0
sophisticated-business/style-jetpack.scss

@@ -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;
+	}
+}