瀏覽代碼

remove unneeded changes

Ben Dwyer 4 年之前
父節點
當前提交
9b79fce554

+ 2 - 0
spearhead/assets/sass/_responsive.scss

@@ -79,6 +79,8 @@ $breakpoint_xxl: 1440px;
 
 
 @include media(laptop) {
 @include media(laptop) {
 	:root {
 	:root {
+		--global--spacing-horizontal: 60px;
+		--global--spacing-vertical: 35px;
 		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), #{$default_width});
 		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), #{$default_width});
 		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), #{$alignwide_width});
 		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), #{$alignwide_width});
 	}
 	}

+ 0 - 5
spearhead/assets/sass/_structure.scss

@@ -1,5 +0,0 @@
-.site-content {
-	margin: 0 auto;
-	max-width: var(--global--content-width);
-	padding: 0 var(--global--spacing-horizontal);
-}

+ 0 - 9
spearhead/assets/sass/_variables.scss

@@ -1,9 +0,0 @@
-@import '~@wordpress/base-styles/breakpoints';
-@import '~@wordpress/base-styles/mixins';
-
-@include break-medium() {
-	:root {
-		--global--spacing-horizontal: 60px;
-		--global--spacing-vertical: 35px;
-	}
-}

+ 0 - 2
spearhead/assets/sass/style.scss

@@ -13,9 +13,7 @@ Text Domain: spearhead
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
 */
 */
 
 
-@import "variables";
 @import "responsive";
 @import "responsive";
-@import "structure";
 @import "posts-and-pages";
 @import "posts-and-pages";
 @import "text";
 @import "text";
 @import "header";
 @import "header";

+ 2 - 44
spearhead/style-rtl.css

@@ -12,44 +12,6 @@ Template: seedlet
 Text Domain: spearhead
 Text Domain: spearhead
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
 */
 */
-/**
- * Breakpoints & Media Queries
- */
-/**
- * Breakpoint mixins
- */
-/**
- * Long content fade mixin
- *
- * Creates a fading overlay to signify that the content is longer
- * than the space allows.
- */
-/**
- * Focus styles.
- */
-/**
- * Applies editor left position to the selector passed as argument
- */
-/**
- * Styles that are reused verbatim in a few places
- */
-/**
- * Allows users to opt-out of animations via OS-level preferences.
- */
-/**
- * Reset default styles for JavaScript UI based pages.
- * This is a WP-admin agnostic reset
- */
-/**
- * Reset the WP Admin page styles for Gutenberg-like pages.
- */
-@media (min-width: 782px) {
-	:root {
-		--global--spacing-horizontal: 60px;
-		--global--spacing-vertical: 35px;
-	}
-}
-
 /**
 /**
  * Repsonsive Styles
  * Repsonsive Styles
  */
  */
@@ -58,17 +20,13 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
  */
  */
 @media only screen and (min-width: 830px) {
 @media only screen and (min-width: 830px) {
 	:root {
 	:root {
+		--global--spacing-horizontal: 60px;
+		--global--spacing-vertical: 35px;
 		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
 		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
 		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
 		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
 	}
 	}
 }
 }
 
 
-.site-content {
-	margin: 0 auto;
-	max-width: var(--global--content-width);
-	padding: 0 var(--global--spacing-horizontal);
-}
-
 .home .post .entry-title {
 .home .post .entry-title {
 	font-size: var(--global--font-size-lg);
 	font-size: var(--global--font-size-lg);
 	margin-bottom: 0;
 	margin-bottom: 0;

+ 2 - 44
spearhead/style.css

@@ -12,44 +12,6 @@ Template: seedlet
 Text Domain: spearhead
 Text Domain: spearhead
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
 */
 */
-/**
- * Breakpoints & Media Queries
- */
-/**
- * Breakpoint mixins
- */
-/**
- * Long content fade mixin
- *
- * Creates a fading overlay to signify that the content is longer
- * than the space allows.
- */
-/**
- * Focus styles.
- */
-/**
- * Applies editor left position to the selector passed as argument
- */
-/**
- * Styles that are reused verbatim in a few places
- */
-/**
- * Allows users to opt-out of animations via OS-level preferences.
- */
-/**
- * Reset default styles for JavaScript UI based pages.
- * This is a WP-admin agnostic reset
- */
-/**
- * Reset the WP Admin page styles for Gutenberg-like pages.
- */
-@media (min-width: 782px) {
-	:root {
-		--global--spacing-horizontal: 60px;
-		--global--spacing-vertical: 35px;
-	}
-}
-
 /**
 /**
  * Repsonsive Styles
  * Repsonsive Styles
  */
  */
@@ -58,17 +20,13 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
  */
  */
 @media only screen and (min-width: 830px) {
 @media only screen and (min-width: 830px) {
 	:root {
 	:root {
+		--global--spacing-horizontal: 60px;
+		--global--spacing-vertical: 35px;
 		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
 		--responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
 		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
 		--responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
 	}
 	}
 }
 }
 
 
-.site-content {
-	margin: 0 auto;
-	max-width: var(--global--content-width);
-	padding: 0 var(--global--spacing-horizontal);
-}
-
 .home .post .entry-title {
 .home .post .entry-title {
 	font-size: var(--global--font-size-lg);
 	font-size: var(--global--font-size-lg);
 	margin-bottom: 0;
 	margin-bottom: 0;

File diff suppressed because it is too large
+ 1 - 4
spearhead/style.css.map


Some files were not shown because too many files changed in this diff