Parcourir la source

Hever: Update child-theme separator config variables.

Allan Cole il y a 6 ans
Parent
commit
a07a7d9709
3 fichiers modifiés avec 10 ajouts et 1 suppressions
  1. 2 1
      hever/sass/_config-child-theme-deep.scss
  2. 4 0
      hever/style-rtl.css
  3. 4 0
      hever/style.css

+ 2 - 1
hever/sass/_config-child-theme-deep.scss

@@ -275,7 +275,8 @@ $config-quote: (
  */
  */
 
 
 $config-separator: (
 $config-separator: (
-	"height": #{0.25 * $baseline-unit},
+	"height": #{0.125 * map-deep-get($config-global, "spacing", "unit")},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 );
 
 
 /**
 /**

+ 4 - 0
hever/style-rtl.css

@@ -1889,6 +1889,10 @@ hr.wp-block-separator {
 		 */
 		 */
 }
 }
 
 
+hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
+	max-width: 96px;
+}
+
 hr.wp-block-separator.is-style-wide {
 hr.wp-block-separator.is-style-wide {
 	border-bottom-color: #C5C5C5;
 	border-bottom-color: #C5C5C5;
 	border-bottom-width: 2px;
 	border-bottom-width: 2px;

+ 4 - 0
hever/style.css

@@ -1889,6 +1889,10 @@ hr.wp-block-separator {
 		 */
 		 */
 }
 }
 
 
+hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
+	max-width: 96px;
+}
+
 hr.wp-block-separator.is-style-wide {
 hr.wp-block-separator.is-style-wide {
 	border-bottom-color: #C5C5C5;
 	border-bottom-color: #C5C5C5;
 	border-bottom-width: 2px;
 	border-bottom-width: 2px;