Prechádzať zdrojové kódy

Shawburn: Update Business Hours block

Thomas Guillot 5 rokov pred
rodič
commit
7be200cb1a

+ 7 - 0
shawburn/sass/_extra-child-theme.scss

@@ -329,6 +329,13 @@ hr.wp-block-separator.is-style-wide,
 /**
 /**
  * Blocks
  * Blocks
  */
  */
+// Business Hours
+.jetpack-business-hours {
+	dt {
+		font-family: inherit;
+	}
+}
+
 // Category
 // Category
 .wp-block-categories {
 .wp-block-categories {
 	.children {
 	.children {

+ 4 - 0
shawburn/style-rtl.css

@@ -3712,6 +3712,10 @@ hr.wp-block-separator.is-style-wide,
 /**
 /**
  * Blocks
  * Blocks
  */
  */
+.jetpack-business-hours dt {
+	font-family: inherit;
+}
+
 .wp-block-categories .children {
 .wp-block-categories .children {
 	list-style: disc;
 	list-style: disc;
 }
 }

+ 4 - 0
shawburn/style.css

@@ -3729,6 +3729,10 @@ hr.wp-block-separator.is-style-wide,
 /**
 /**
  * Blocks
  * Blocks
  */
  */
+.jetpack-business-hours dt {
+	font-family: inherit;
+}
+
 .wp-block-categories .children {
 .wp-block-categories .children {
 	list-style: disc;
 	list-style: disc;
 }
 }