Ver Fonte

Varia: Remove duplicate /vendors import

Allan Cole há 6 anos atrás
pai
commit
6588f4b06f
3 ficheiros alterados com 1 adições e 69 exclusões
  1. 1 32
      varia/style-rtl.css
  2. 0 31
      varia/style.css
  3. 0 6
      varia/style.scss

+ 1 - 32
varia/style-rtl.css

@@ -3086,37 +3086,6 @@ img#wpstats {
 	font-size: 1.728rem;
 }
 
-/**
- * Vendors
- * - 3rd-party styles
- */
-/**
- * Vendors
- * - 3rd-party compatibility styles
- */
-/**
- * Subscription
- */
-.wp-block-jetpack-subscriptions form > * {
-	margin-top: 21.312px;
-	margin-bottom: 21.312px;
-}
-
-@media only screen and (min-width: 560px) {
-	.wp-block-jetpack-subscriptions form > * {
-		margin-top: 32px;
-		margin-bottom: 32px;
-	}
-}
-
-.wp-block-jetpack-subscriptions form > *:first-child {
-	margin-top: 0;
-}
-
-.wp-block-jetpack-subscriptions form > *:last-child {
-	margin-bottom: 0;
-}
-
 /**
  * Responsive Logic
  * - Loading this last to respect cascaing rules
@@ -3350,7 +3319,7 @@ img#wpstats {
  * - 3rd-party compatibility styles
  */
 /**
- * Subscription
+ * Subscription Form
  */
 .wp-block-jetpack-subscriptions form > * {
 	margin-top: 21.312px;

+ 0 - 31
varia/style.css

@@ -3092,37 +3092,6 @@ img#wpstats {
 	font-size: 1.728rem;
 }
 
-/**
- * Vendors
- * - 3rd-party styles
- */
-/**
- * Vendors
- * - 3rd-party compatibility styles
- */
-/**
- * Subscription Form
- */
-.wp-block-jetpack-subscriptions form > * {
-	margin-top: 21.312px;
-	margin-bottom: 21.312px;
-}
-
-@media only screen and (min-width: 560px) {
-	.wp-block-jetpack-subscriptions form > * {
-		margin-top: 32px;
-		margin-bottom: 32px;
-	}
-}
-
-.wp-block-jetpack-subscriptions form > *:first-child {
-	margin-top: 0;
-}
-
-.wp-block-jetpack-subscriptions form > *:last-child {
-	margin-bottom: 0;
-}
-
 /**
  * Responsive Logic
  * - Loading this last to respect cascaing rules

+ 0 - 6
varia/style.scss

@@ -66,12 +66,6 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  */
 @import "sass/pages/imports";
 
-/**
- * Vendors
- * - 3rd-party styles
- */
-@import "sass/vendors/imports";
-
 /**
  * Responsive Logic
  * - Loading this last to respect cascaing rules