Browse Source

Stratford: Recompiling after change to Varia in previous commit.

Allan Cole 5 years ago
parent
commit
39a7a70d2f
3 changed files with 45 additions and 53 deletions
  1. 13 13
      stratford/sass/_extra-child-theme.scss
  2. 16 20
      stratford/style-rtl.css
  3. 16 20
      stratford/style.css

+ 13 - 13
stratford/sass/_extra-child-theme.scss

@@ -17,7 +17,7 @@
  * 6.8. Search Block
  * 6.8. Search Block
  * 7. Widgets
  * 7. Widgets
  */
  */
- 
+
 $color_background: #{map-deep-get($config-global, "color", "background", "default")};
 $color_background: #{map-deep-get($config-global, "color", "background", "default")};
 $color_background_light: #{map-deep-get($config-global, "color", "background", "light")};
 $color_background_light: #{map-deep-get($config-global, "color", "background", "light")};
 $color_foreground: #{map-deep-get($config-global, "color", "foreground", "default")};
 $color_foreground: #{map-deep-get($config-global, "color", "foreground", "default")};
@@ -38,7 +38,7 @@ $button_line_height: #{map-deep-get($config-button, "font", "line-height")};
 $button_font_weight: #{map-deep-get($config-button, "font", "weight")};
 $button_font_weight: #{map-deep-get($config-button, "font", "weight")};
 $button_font_family: #{map-deep-get($config-button, "font", "family")};
 $button_font_family: #{map-deep-get($config-button, "font", "family")};
 $button_font_size: #{map-deep-get($config-button, "font", "size")};
 $button_font_size: #{map-deep-get($config-button, "font", "size")};
-$button_spacing_vertical: #{map-deep-get($config-button, "padding", "vertical")}; 
+$button_spacing_vertical: #{map-deep-get($config-button, "padding", "vertical")};
 $button_spacing_horizontal: #{map-deep-get($config-button, "padding", "horizontal")};
 $button_spacing_horizontal: #{map-deep-get($config-button, "padding", "horizontal")};
 $button_color_hover: #{map-deep-get($config-button, "color", "text-hover")};
 $button_color_hover: #{map-deep-get($config-button, "color", "text-hover")};
 $button_background_hover: #{map-deep-get($config-button, "color", "background-hover")};
 $button_background_hover: #{map-deep-get($config-button, "color", "background-hover")};
@@ -93,7 +93,7 @@ a {
     transition: all .25s ease-in-out;
     transition: all .25s ease-in-out;
 	.site-header-wrapper {
 	.site-header-wrapper {
 		display: flex;
 		display: flex;
-		flex-wrap: wrap;	
+		flex-wrap: wrap;
 		position: relative;
 		position: relative;
 		z-index: 1;
 		z-index: 1;
 		-webkit-align-items: center;
 		-webkit-align-items: center;
@@ -172,7 +172,7 @@ a {
 					}
 					}
 				}
 				}
 			}
 			}
-			
+
 		}
 		}
 		@include media(mobile) {
 		@include media(mobile) {
 			.main-navigation {
 			.main-navigation {
@@ -242,7 +242,7 @@ a {
 	padding-top: 4.75em;
 	padding-top: 4.75em;
 }
 }
 
 
-.home.page.hide-homepage-title { 
+.home.page.hide-homepage-title {
 	.site-content {
 	.site-content {
 		.site-main {
 		.site-main {
 			padding-top: 0;
 			padding-top: 0;
@@ -296,7 +296,7 @@ a {
 /**
 /**
  * 6.1. Column Block
  * 6.1. Column Block
  */
  */
- 
+
 
 
 /**
 /**
  * 6.2. Quote Block
  * 6.2. Quote Block
@@ -325,7 +325,7 @@ a {
 /**
 /**
  * 6.3. Hero Block and Cover Block
  * 6.3. Hero Block and Cover Block
  */
  */
- 
+
 
 
 /**
 /**
  * 6.4. File Block
  * 6.4. File Block
@@ -373,11 +373,11 @@ a {
 	}
 	}
 }
 }
 
 
-button, 
-.button, 
-input[type="submit"], 
-.wp-block-button__link, 
-.wp-block-file__button, 
+button,
+.button,
+input[type="submit"],
+.wp-block-button__link,
+.wp-block-file__button,
 .a8c-posts-list__view-all {
 .a8c-posts-list__view-all {
 	border: 0;
 	border: 0;
 	border-radius: 5em;
 	border-radius: 5em;
@@ -440,7 +440,7 @@ input[type="submit"],
 	}
 	}
 }
 }
 
 
-.wp-block-preformatted, 
+.wp-block-preformatted,
 .wp-block-verse {
 .wp-block-verse {
 	font-family: $font_family_code;
 	font-family: $font_family_code;
 	font-size: $font_size_base;
 	font-size: $font_size_base;

+ 16 - 20
stratford/style-rtl.css

@@ -2419,26 +2419,22 @@ table th,
 	}
 	}
 }
 }
 
 
-.main-navigation > div > ul > li > a {
-	line-height: 1.5;
-}
-
-.main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
-	content: '';
-	display: block;
-	height: 0;
-	width: 0;
-}
-
-.main-navigation > div > ul > li > a:before {
-	margin-bottom: -0.37em;
-}
-
-.main-navigation > div > ul > li > a:after {
-	margin-top: -0.36em;
-}
-
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
+	.main-navigation > div > ul > li > a {
+		line-height: 1.5;
+	}
+	.main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
+		content: '';
+		display: block;
+		height: 0;
+		width: 0;
+	}
+	.main-navigation > div > ul > li > a:before {
+		margin-bottom: -0.37em;
+	}
+	.main-navigation > div > ul > li > a:after {
+		margin-top: -0.36em;
+	}
 	.main-navigation > div > ul > li:first-of-type > a {
 	.main-navigation > div > ul > li:first-of-type > a {
 		padding-right: 0;
 		padding-right: 0;
 	}
 	}
@@ -2476,7 +2472,7 @@ table th,
 	font-family: "Lato", sans-serif;
 	font-family: "Lato", sans-serif;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	font-weight: 700;
 	font-weight: 700;
-	padding: 16px 0;
+	padding: 8px 0;
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {

+ 16 - 20
stratford/style.css

@@ -2424,26 +2424,22 @@ table th,
 	}
 	}
 }
 }
 
 
-.main-navigation > div > ul > li > a {
-	line-height: 1.5;
-}
-
-.main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
-	content: '';
-	display: block;
-	height: 0;
-	width: 0;
-}
-
-.main-navigation > div > ul > li > a:before {
-	margin-bottom: -0.37em;
-}
-
-.main-navigation > div > ul > li > a:after {
-	margin-top: -0.36em;
-}
-
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
+	.main-navigation > div > ul > li > a {
+		line-height: 1.5;
+	}
+	.main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
+		content: '';
+		display: block;
+		height: 0;
+		width: 0;
+	}
+	.main-navigation > div > ul > li > a:before {
+		margin-bottom: -0.37em;
+	}
+	.main-navigation > div > ul > li > a:after {
+		margin-top: -0.36em;
+	}
 	.main-navigation > div > ul > li:first-of-type > a {
 	.main-navigation > div > ul > li:first-of-type > a {
 		padding-left: 0;
 		padding-left: 0;
 	}
 	}
@@ -2481,7 +2477,7 @@ table th,
 	font-family: "Lato", sans-serif;
 	font-family: "Lato", sans-serif;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	font-weight: 700;
 	font-weight: 700;
-	padding: 16px 0;
+	padding: 8px 0;
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {